:root{color-scheme:light;--canvas: #f7f5ef;--surface: #fcfbf8;--surface-soft: #f4f1eb;--ink: #15181d;--muted: #74716c;--faint: #aaa69f;--line: #d8d4cc;--line-strong: #bab6ae;--blue: #246bff;--blue-soft: #eaf0ff;--coral: #ff6b57;--shadow: 0 18px 50px rgba(32, 28, 22, .08)}*{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(rgba(126,116,99,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(126,116,99,.015) 1px,transparent 1px),var(--canvas);background-size:28px 28px;color:var(--ink);font-family:Inter,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}button,input{color:inherit;font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.62}button:focus-visible,input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.auth-loading{min-height:100dvh;display:grid;place-content:center;justify-items:center;gap:34px}.auth-loading>span{width:148px;height:2px;overflow:hidden;background:var(--line)}.auth-loading>span:after{content:"";width:58px;height:100%;display:block;background:var(--blue);animation:auth-progress 1.1s cubic-bezier(.16,1,.3,1) infinite alternate}@keyframes auth-progress{0%{transform:translate(0)}to{transform:translate(90px)}}.login-shell{position:relative;min-height:100dvh;display:grid;place-items:center;padding:72px 24px 42px;background:linear-gradient(rgba(126,116,99,.017) 1px,transparent 1px),linear-gradient(90deg,rgba(126,116,99,.014) 1px,transparent 1px),var(--surface);background-size:28px 28px}.login-brand{position:absolute;top:38px;left:42px}.login-brand .brand{display:flex;align-items:center;gap:12px}.login-brand .brand__mark{width:48px;height:48px}.login-brand .brand__type{justify-items:start;gap:4px}.login-brand .brand__type strong{font-size:13px}.login-access,.login-access__inner{width:min(100%,390px)}.login-vault{width:min(76vw,290px);aspect-ratio:1;position:relative;margin:0 auto -2px;animation:vault-arrival .65s cubic-bezier(.16,1,.3,1) both}.vault-scene{width:100%;height:100%;opacity:0;transition:opacity .28s ease}.vault-scene.is-ready{opacity:1}.vault-scene canvas{width:100%;height:100%;display:block;touch-action:none}.login-vault__loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.login-vault__loading span{width:58px;height:58px;border:1px solid var(--line);border-radius:50%;animation:vault-loading .9s ease-in-out infinite alternate}@keyframes vault-loading{0%{opacity:.35;transform:scale(.92)}to{opacity:.8;transform:scale(1)}}@keyframes vault-arrival{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.login-form{display:grid;gap:17px}.login-form label{display:grid;gap:9px;color:var(--muted);font-size:10px;font-weight:650;letter-spacing:.16em;text-transform:uppercase}.login-form input{width:100%;min-height:56px;padding:0 16px;border:1px solid var(--line-strong);border-radius:4px;outline:0;background:color-mix(in srgb,var(--surface) 78%,transparent);font-size:15px;letter-spacing:normal;text-transform:none;transition:border-color .18s ease,transform .18s ease}.login-form input:focus{border-color:var(--blue)}.login-error{min-height:18px;margin:-4px 0 -5px;color:var(--coral);font-size:12px}.login-submit{width:100%;min-height:52px}.login-submit:active{transform:translateY(1px) scale(.99)}.app-shell{min-height:100dvh;display:grid;grid-template-columns:200px minmax(0,1fr)}.sidebar{position:sticky;top:0;z-index:10;height:100dvh;display:flex;flex-direction:column;border-right:1px solid var(--line-strong);background:color-mix(in srgb,var(--canvas) 94%,transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.sidebar__brand{height:174px;display:grid;place-items:center;border-bottom:1px solid var(--line)}.brand{display:grid;justify-items:center;gap:9px}.brand__mark{width:76px;height:76px;display:block;object-fit:contain}.brand__type{display:grid;justify-items:center;gap:7px}.brand__type strong{font-size:16px;font-weight:500;letter-spacing:.38em;margin-right:-.38em}.brand__type small{color:var(--coral);font-family:SFMono-Regular,Consolas,monospace;font-size:10px;letter-spacing:.08em}.nav{display:grid;padding-top:1px}.nav button{position:relative;width:100%;min-height:50px;display:flex;align-items:center;gap:18px;padding:0 24px;border:0;border-bottom:1px solid transparent;background:transparent;color:var(--muted);text-align:left;transition:color .18s ease,background .18s ease}.nav button svg,.view-label svg{width:19px;height:19px;stroke-width:1.6}.nav button span,.view-label span{font-size:11px;font-weight:600;letter-spacing:.14em;white-space:nowrap}.nav button:hover{color:var(--ink);background:color-mix(in srgb,var(--surface-soft) 65%,transparent)}.nav button.is-active{color:var(--blue);background:color-mix(in srgb,var(--blue-soft) 54%,transparent);border-bottom-color:var(--line)}.nav button.is-active:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--blue)}.view-label{margin:auto 16px 20px;min-height:52px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:0 8px;border-top:1px solid var(--line);color:var(--muted)}.view-label svg{width:16px}.workspace{min-width:0;min-height:100dvh;display:flex;flex-direction:column;gap:16px;padding:34px 38px 12px 30px}.topbar{min-height:74px;display:grid;grid-template-columns:minmax(240px,1fr) minmax(340px,474px) minmax(180px,1fr);align-items:start;gap:28px}.greeting h1{margin:4px 0 7px;font-size:clamp(23px,2vw,28px);font-weight:470;letter-spacing:-.025em}.greeting p{margin:0;color:var(--muted);font-size:12px;text-transform:capitalize}.search-box{height:56px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:0 16px;border:1px solid var(--line-strong);border-radius:5px;background:color-mix(in srgb,var(--surface) 72%,transparent)}.search-box:focus-within{border-color:var(--blue)}.search-box svg{width:19px;color:var(--muted)}.search-box input{min-width:0;border:0;outline:0;background:transparent;font-size:13px}.search-box input::placeholder{color:var(--muted)}.search-box kbd{padding:4px 7px;border:1px solid var(--line);border-radius:3px;color:var(--muted);font-family:inherit;font-size:11px}.profile{justify-self:end;display:flex;align-items:center;gap:10px;padding:4px;border:0;background:transparent}.profile__avatar{position:relative;width:53px;height:53px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;background:var(--ink);color:var(--canvas);font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.profile__avatar i{position:absolute;right:-1px;bottom:4px;width:9px;height:9px;border:2px solid var(--canvas);border-radius:50%;background:#15b776}.profile svg{width:14px}.profile small{color:var(--muted);font-size:9px;font-weight:650;letter-spacing:.13em}.profile:hover small{color:var(--blue)}.notice{align-self:flex-end;display:flex;align-items:center;gap:8px;margin-top:-16px;padding:6px 8px;border:0;background:transparent;color:var(--muted);font-size:11px}.notice svg{width:13px}.dashboard-grid{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px}.core-panel,.side-panel,.command-bar{border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 74%,transparent)}.core-panel{min-width:0}.objective{min-height:318px;padding:29px 28px 24px;border-bottom:1px solid var(--line)}.eyebrow{margin:0;font-size:11px;font-weight:600;letter-spacing:.36em}.objective__headline{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px}.objective__headline>div{display:flex;align-items:baseline;gap:14px;white-space:nowrap}.objective__headline strong{font-size:clamp(56px,5.2vw,76px);font-weight:430;letter-spacing:-.055em;line-height:.96}.objective__headline>div span{color:var(--muted);font-size:clamp(24px,2.5vw,34px);letter-spacing:-.04em}.objective__headline>p{margin:0 0 3px;color:var(--coral);font-size:17px;letter-spacing:.07em;white-space:nowrap}.objective__headline>p span{font-weight:800}.objective__progress{margin:17px 0 0;color:var(--blue);font-size:14px;font-weight:600;letter-spacing:.24em}.runway{position:relative;margin-top:44px}.runway__line{position:absolute;inset:5px 11px auto;height:2px;background:var(--line-strong)}.runway__line i{display:block;height:100%;background:var(--blue)}.runway__markers{position:relative;display:grid;grid-template-columns:repeat(5,1fr)}.runway-marker{min-width:0;display:grid;justify-items:center;text-align:center}.runway-marker:first-child{justify-items:start;text-align:left}.runway-marker--target{justify-items:end;text-align:right}.runway-marker>.dot,.target-dot{width:11px;height:11px;margin-bottom:17px;border:2px solid var(--canvas);border-radius:50%;background:var(--line-strong);box-shadow:0 0 0 1px var(--line-strong)}.runway-marker>.dot.is-reached{background:var(--blue);box-shadow:0 0 0 2px var(--blue)}.target-dot{width:20px;height:20px;margin-top:-5px;margin-right:2px;box-shadow:0 0 0 2px var(--line-strong),inset 0 0 0 4px var(--surface)}.runway-marker p,.runway-marker strong{max-width:120px;overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.runway-marker p{color:var(--muted);font-size:11px}.runway-marker strong{margin-top:7px;color:var(--blue);font-family:SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:500}.runway-marker--target strong{color:var(--muted)}.projects{min-height:394px;padding:31px 26px 20px}.section-heading{display:flex;align-items:center;justify-content:space-between;min-height:30px}.section-heading>span{color:var(--muted);font-size:11px}.project-table{width:100%;margin-top:15px}.project-row{min-width:780px;min-height:58px;display:grid;grid-template-columns:minmax(150px,1.1fr) minmax(115px,.85fr) minmax(175px,1.3fr) minmax(145px,1fr) minmax(100px,.75fr) 28px;align-items:center;gap:18px;border-bottom:1px solid var(--line)}.project-row--head{min-height:45px;color:var(--muted);font-size:10px;letter-spacing:.16em}.project-name{display:flex;align-items:center;gap:12px;font-size:15px}.dot{flex:0 0 auto;width:11px;height:11px;display:inline-block;border-radius:50%;background:var(--line-strong)}.dot--blue{background:var(--blue)}.dot--coral{background:var(--coral)}.status{display:inline-flex;min-width:100px;min-height:29px;align-items:center;justify-content:center;padding:0 10px;border:1px solid var(--line-strong);border-radius:5px;color:var(--muted);font-size:10px;font-weight:650;letter-spacing:.08em}.status--en-marcha{border-color:var(--blue);color:var(--blue)}.status--bloqueado{border-color:var(--coral);color:var(--coral)}.next-action{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.revenue-cell{display:grid;grid-template-columns:minmax(54px,auto) minmax(60px,1fr) 28px;align-items:center;gap:8px;font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.revenue-cell>div{height:4px;background:var(--line)}.revenue-cell>div i{display:block;height:100%;background:var(--blue)}.revenue-cell small{color:var(--muted);font-size:10px}.icon-button{width:28px;height:28px;display:inline-grid;place-items:center;padding:0;border:0;background:transparent;color:var(--muted)}.icon-button:hover{color:var(--ink)}.icon-button svg{width:17px;height:17px;stroke-width:1.6}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 17px;border:1px solid transparent;border-radius:4px;font-size:10px;font-weight:650;letter-spacing:.11em;transition:transform .15s ease,background .15s ease}.button:hover{transform:translateY(-1px)}.button svg{width:16px}.button--primary{border-color:var(--blue);background:var(--blue);color:#fff}.button--quiet{border-color:var(--line);background:transparent;color:var(--muted)}.new-project{margin-top:17px}.planning-column{min-width:0;display:flex;flex-direction:column;gap:14px}.side-panel{padding:24px 25px}.today-panel{min-height:196px}.today-list{display:grid;margin-top:14px}.today-list button{min-height:42px;display:grid;grid-template-columns:25px 1fr;align-items:center;gap:13px;padding:0;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.today-list button:last-child{border-bottom:0}.today-list button.is-complete>span:last-child{color:var(--muted);text-decoration:line-through}.check-circle{width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--muted);border-radius:50%}.is-complete .check-circle{border-color:var(--blue);background:var(--blue);color:#fff}.check-circle svg{width:13px}.pipeline-panel{min-height:216px}.pipeline-list{display:grid;margin-top:15px}.pipeline-list>div{position:relative;min-height:39px;display:grid;grid-template-columns:22px 1fr auto;align-items:start;gap:12px}.pipeline-list>div:not(:last-child):after{content:"";position:absolute;top:16px;bottom:-1px;left:8px;width:1px;background:var(--line-strong)}.pipeline-list i{position:relative;z-index:1;width:17px;height:17px;border:2px solid var(--line-strong);border-radius:50%;background:var(--surface)}.pipeline-list i.is-active{border-color:var(--blue);background:var(--blue-soft)}.pipeline-list span,.pipeline-list strong{padding-top:2px;font-size:10px;font-weight:600;letter-spacing:.14em}.calendar-panel{min-height:281px;padding-top:20px}.calendar-heading{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;text-align:center}.calendar-heading h2{margin:0;font-size:11px;letter-spacing:.25em}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);justify-items:center;gap:12px 5px;margin-top:13px;font-size:12px}.calendar-grid--weekdays{margin-top:20px;color:var(--muted);font-size:10px;font-weight:600}.calendar-grid span{width:27px;height:27px;display:grid;place-items:center}.calendar-grid span.is-outside{color:var(--faint)}.calendar-grid span.is-today{border-radius:5px;background:var(--coral);color:#fff}.command-bar{min-height:62px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:10px 12px 10px 21px}.command-bar>svg{width:27px;height:27px;stroke-width:1.6}.command-bar input{min-width:0;border:0;outline:0;background:transparent}.command-bar input::placeholder{color:var(--muted)}.command-bar .button{min-width:188px;min-height:44px}.project-dialog{width:min(540px,calc(100vw - 32px));padding:0;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.project-dialog::backdrop{background:#04060899;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.project-dialog form{display:grid;gap:20px;padding:28px}.dialog-heading{display:flex;justify-content:space-between;gap:24px}.dialog-heading h2{max-width:370px;margin:16px 0 0;font-size:26px;font-weight:500;letter-spacing:-.03em}.project-dialog label{display:grid;gap:8px;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.08em}.project-dialog input{width:100%;min-height:48px;padding:0 13px;border:1px solid var(--line);border-radius:4px;outline:0;background:var(--canvas);color:var(--ink);font-size:14px;letter-spacing:normal}.project-dialog input:focus{border-color:var(--blue)}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}@media(max-width:1260px){.app-shell{grid-template-columns:180px minmax(0,1fr)}.workspace{padding-right:24px;padding-left:24px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 300px;gap:18px}.objective__headline{align-items:flex-start}.objective__headline>p{font-size:14px}.projects{overflow-x:auto}}@media(max-width:980px){.app-shell{display:block}.sidebar{position:sticky;height:78px;flex-direction:row;align-items:stretch;border-right:0;border-bottom:1px solid var(--line-strong)}.sidebar__brand{width:150px;height:auto;border:0;border-right:1px solid var(--line)}.sidebar .brand{display:flex;align-items:center;gap:8px}.sidebar .brand__mark{width:34px;height:34px}.sidebar .brand__type strong{font-size:11px}.sidebar .brand__type small{display:none}.nav{flex:1;display:flex;overflow-x:auto;padding:0}.nav button{width:auto;min-width:112px;min-height:77px;justify-content:center;padding:0 14px;gap:9px;border-bottom:0}.nav button.is-active:before{inset:auto 0 0;width:auto;height:3px}.view-label{width:64px;margin:0;display:grid;place-items:center;border-top:0;border-left:1px solid var(--line)}.view-label span{display:none}.workspace{min-height:calc(100dvh - 78px)}.topbar{grid-template-columns:1fr minmax(320px,1fr) auto}.dashboard-grid{grid-template-columns:1fr}.planning-column{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch}.side-panel{min-height:280px}}@media(max-width:740px){.login-shell{place-items:start center;padding:98px 20px 28px}.login-brand{top:24px;left:50%;transform:translate(-50%)}.login-brand .brand__mark{width:40px;height:40px}.login-vault{width:min(66vw,215px)}.sidebar__brand{width:70px}.sidebar .brand__type,.nav button span{display:none}.nav button{min-width:60px}.workspace{gap:16px;padding:22px 14px 18px}.topbar{min-height:auto;grid-template-columns:1fr auto;gap:16px}.search-box{grid-column:1 / -1;grid-row:2}.profile span:not(.profile__avatar),.profile>svg,.profile small{display:none}.profile__avatar{width:42px;height:42px}.objective{min-height:350px;padding:24px 18px}.objective__headline{display:block}.objective__headline>div{display:block}.objective__headline strong{display:block;font-size:clamp(48px,15vw,68px)}.objective__headline>div span{display:block;margin-top:12px;font-size:22px}.objective__headline>p{margin-top:18px}.runway-marker p,.runway-marker strong{max-width:60px;font-size:9px}.runway-marker p{writing-mode:vertical-rl;height:66px;text-align:left}.projects{padding-inline:18px}.planning-column{grid-template-columns:1fr}.side-panel{min-height:auto}.command-bar{grid-template-columns:auto 1fr}.command-bar .button{grid-column:1 / -1;width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
