:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17201c;background:#f3f5f1;font-synthesis:none;--ink: #17201c;--muted: #67736c;--line: #dfe5df;--surface: #ffffff;--surface-soft: #f7f8f5;--forest: #173d2d;--forest-deep: #102b21;--sage: #b8c8bd;--lime: #c9ed75;--gold: #d9a441;--blue: #4779c5;--danger: #b94b45;--shadow: 0 18px 45px rgba(25, 44, 35, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f3f5f1}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}.loading-screen{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:15px;color:var(--muted)}.loading-mark{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:var(--forest);color:var(--lime);font-weight:850;letter-spacing:-.04em;animation:breathe 1.4s ease-in-out infinite}@keyframes breathe{50%{transform:scale(.94);opacity:.78}}.app-shell{min-height:100vh;display:grid;grid-template-columns:252px minmax(0,1fr)}.sidebar{position:sticky;top:0;z-index:20;height:100vh;padding:24px 18px 18px;display:flex;flex-direction:column;color:#f4f8f5;background:var(--forest-deep);border-right:1px solid rgba(255,255,255,.06)}.brand-lockup{display:flex;align-items:center;gap:11px;padding:0 7px}.brand-symbol{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:12px;color:var(--forest-deep);background:var(--lime)}.brand-lockup>span:last-of-type{display:grid;line-height:1.08}.brand-lockup strong{font-size:1.02rem;letter-spacing:-.025em}.brand-lockup small{margin-top:3px;color:#9eb1a7;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.main-nav{display:grid;gap:6px;margin-top:50px}.nav-label{padding:0 12px 8px;color:#71887d;font-size:.66rem;font-weight:750;letter-spacing:.16em;text-transform:uppercase}.main-nav button{position:relative;width:100%;min-height:45px;display:flex;align-items:center;gap:12px;padding:0 12px;border:0;border-radius:10px;color:#a8b8b0;background:transparent;text-align:left;font-weight:650;transition:.16s ease}.main-nav button:hover{color:#fff;background:#ffffff0e}.main-nav button.active{color:#fff;background:#1e4837;box-shadow:inset 3px 0 var(--lime)}.main-nav button.active svg{color:var(--lime)}.nav-arrow{margin-left:auto;opacity:.7}.sidebar-user{margin-top:auto;display:grid;grid-template-columns:37px minmax(0,1fr) 30px;align-items:center;gap:10px;padding:14px 9px 4px;border-top:1px solid rgba(255,255,255,.09)}.avatar{display:grid;place-items:center;width:37px;height:37px;border-radius:50%;color:#173d2d;background:#dbe8df;font-size:.74rem;font-weight:800}.sidebar-user div{display:grid;min-width:0}.sidebar-user strong{overflow:hidden;font-size:.82rem;white-space:nowrap;text-overflow:ellipsis}.sidebar-user small{margin-top:3px;color:#82988c;font-size:.68rem}.sidebar-user button,.mobile-close{display:grid;place-items:center;padding:6px;border:0;color:#85998f;background:transparent}.sidebar-user button:hover{color:var(--lime)}.mobile-close,.menu-button,.mobile-scrim{display:none}.app-workspace{min-width:0}.topbar{position:relative;z-index:60;height:83px;display:flex;align-items:center;gap:20px;padding:0 35px;border-bottom:1px solid var(--line);background:#f7f9f6e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar h1{margin:2px 0 0;font-size:1.15rem;letter-spacing:-.03em}.breadcrumb{color:#859089;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.topbar-date{display:grid;text-align:right}.topbar-date span{color:var(--muted);font-size:.7rem}.topbar-date strong{margin-top:2px;font-size:.82rem;text-transform:capitalize}.page-content{width:min(1500px,100%);margin:0 auto;padding:31px 35px 55px}.page-stack{display:grid;gap:22px}.page-hero{min-height:105px;display:flex;align-items:flex-end;justify-content:space-between;gap:25px}.page-hero h2{margin:5px 0 6px;font-size:clamp(1.55rem,2vw,2.15rem);line-height:1.06;letter-spacing:-.045em}.page-hero p{max-width:680px;margin:0;color:var(--muted);font-size:.91rem;line-height:1.55}.compact-hero{align-items:center;min-height:92px}.overline{color:#6c7b73;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero-actions{display:flex;gap:10px}.page-hero-actions-only{min-height:0;justify-content:flex-end;align-items:center}.appointments-page{gap:14px}.primary-button,.secondary-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border-radius:10px;font-size:.82rem;font-weight:750;transition:.16s ease}.primary-button{border:1px solid var(--forest);color:#fff;background:var(--forest);box-shadow:0 8px 18px #173d2d26}.primary-button:hover:not(:disabled){background:#20523d;transform:translateY(-1px)}.primary-button:disabled{cursor:not-allowed;opacity:.55}.secondary-button{border:1px solid #d4dcd6;color:#35413b;background:#fff}.secondary-button:hover{border-color:#a8b8ae;background:#f8faf8}.text-button{display:inline-flex;align-items:center;gap:5px;padding:4px;border:0;color:var(--forest);background:transparent;font-size:.76rem;font-weight:750}.icon-button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:#fff}.panel{min-width:0;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 7px 24px #17281f09}.panel-header{min-height:77px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 21px;border-bottom:1px solid #e7ebe7}.panel-header h3{margin:4px 0 0;font-size:1rem;letter-spacing:-.025em}.panel-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;color:var(--forest);background:#edf3ef}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card-button{width:100%;border:1px solid var(--line);text-align:left;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.metric-card-button:hover{border-color:#3f875b66;box-shadow:0 13px 28px #143d281f;transform:translateY(-2px)}.metric-card-button:focus-visible{outline:3px solid rgba(177,229,93,.7);outline-offset:2px}.metric-card{position:relative;overflow:hidden;min-height:137px;display:flex;align-items:flex-start;gap:14px;padding:21px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 7px 24px #17281f09}.metric-card:after{content:"";position:absolute;right:-22px;bottom:-30px;width:90px;height:90px;border-radius:50%;background:currentColor;opacity:.035}.metric-icon{display:grid;place-items:center;width:39px;height:39px;flex:0 0 39px;border-radius:11px;color:#fff;background:var(--forest)}.metric-icon svg{width:19px}.metric-card>div{display:grid;min-width:0}.metric-card div>span{color:var(--muted);font-size:.74rem;font-weight:650}.metric-card div>strong{margin-top:7px;overflow:hidden;font-size:clamp(1.25rem,1.7vw,1.75rem);letter-spacing:-.055em;white-space:nowrap;text-overflow:ellipsis}.metric-card div>small{margin-top:7px;color:#859089;font-size:.68rem}.tone-green .metric-icon{background:#337358}.tone-gold .metric-icon{background:#b47b1e}.tone-blue .metric-icon{background:#456fae}.tone-red .metric-icon{background:#a14c46}.monthly-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:14px}.status-bars{min-height:260px;display:grid;align-content:center;gap:18px;padding:21px}.status-bar-row{display:grid;gap:8px}.status-bar-row>div{display:flex;justify-content:space-between;color:var(--muted);font-size:.74rem}.status-bar-row strong{color:var(--ink)}.status-track{overflow:hidden;height:7px;border-radius:99px;background:#edf0ed}.status-track i{display:block;height:100%;border-radius:inherit;background:var(--forest)}.today-list{min-height:260px;display:grid;align-content:center;padding:8px 20px}.today-item{display:grid;grid-template-columns:53px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #edf0ed}.today-item:last-child{border-bottom:0}.time-chip{padding:7px 5px;border-radius:8px;color:var(--forest);background:#edf3ef;font-size:.72rem;font-weight:800;text-align:center}.today-item div{display:grid;min-width:0}.today-item div strong{overflow:hidden;font-size:.8rem;white-space:nowrap;text-overflow:ellipsis}.today-item div small{margin-top:3px;color:var(--muted);font-size:.69rem}.empty-inline{min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#89938d;font-size:.75rem;text-align:center}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse}th{padding:12px 20px;color:#7c8881;background:#fafbfa;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-align:left;text-transform:uppercase;white-space:nowrap}td{padding:15px 20px;border-top:1px solid #edf0ed;color:#515d56;font-size:.78rem;vertical-align:middle}td strong{color:var(--ink)}.agent-cell{display:inline-flex;align-items:center;gap:10px}.agent-cell i{display:grid;place-items:center;width:31px;height:31px;flex:0 0 31px;border-radius:9px;color:var(--forest);background:#edf3ef;font-size:.66rem;font-style:normal;font-weight:800}.agent-cell>span{display:grid}.agent-cell small{margin-top:3px;color:var(--muted);font-size:.68rem}.value-strong{color:var(--forest);font-weight:800}.segmented-control{display:inline-flex;padding:3px;border:1px solid var(--line);border-radius:10px;background:#fff}.segmented-control button{min-width:63px;height:32px;border:0;border-radius:7px;color:var(--muted);background:transparent;font-size:.7rem;font-weight:700}.segmented-control button.active{color:#fff;background:var(--forest)}.month-select{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:11px;color:var(--forest);background:#fff;box-shadow:0 4px 15px #0e2b1d0a}.month-select span{color:var(--muted);font-size:.67rem;font-weight:800;text-transform:uppercase}.month-select select{min-width:205px;border:0;outline:0;color:var(--ink);background:transparent;font-size:.75rem;font-weight:750}.month-picker{position:relative;z-index:35;margin-left:auto}.month-picker-trigger{min-width:210px;min-height:48px;display:flex;align-items:center;gap:10px;padding:7px 13px;border:1px solid #d9e1da;border-radius:12px;color:var(--forest);background:#fff;box-shadow:0 5px 18px #1430220f;text-align:left}.month-picker-trigger>span{display:grid;gap:1px}.month-picker-trigger small{color:#89948d;font-size:.57rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.month-picker-trigger strong{color:var(--ink);font-size:.75rem;text-transform:capitalize}.month-picker-popover{position:absolute;top:calc(100% + 9px);right:0;width:312px;overflow:hidden;border:1px solid #dbe3dc;border-radius:15px;background:#fff;box-shadow:0 24px 60px #0f261b2e}.month-picker-popover>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid var(--line)}.month-picker-popover>header strong{font-size:.92rem}.month-picker-popover>header button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:9px;color:var(--forest);background:#f1f5f2}.month-picker-popover>header button:disabled{cursor:default;opacity:.25}.month-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:13px}.month-grid button{min-height:45px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid transparent;border-radius:9px;color:#526058;background:#f7f9f7;font-size:.7rem;font-weight:750;text-transform:capitalize}.month-grid button:hover:not(:disabled){border-color:#9db5a5;color:var(--forest);background:#eef5f0}.month-grid button.selected{border-color:var(--forest);color:#fff;background:var(--forest)}.month-grid button:disabled{cursor:default;opacity:.28}.channel-list{min-height:260px;display:grid;align-content:center;gap:3px;padding:14px 20px}.channel-list>div{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #edf0ed;color:var(--muted);font-size:.74rem}.channel-list>div:last-child{border-bottom:0}.channel-list strong{color:var(--forest)}.appointment-summary-grid{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(520px,1.2fr);gap:14px}.mini-ranking{overflow:hidden}.mini-ranking>header{min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--line)}.mini-ranking>header strong{font-size:.77rem}.mini-ranking>header span{color:var(--muted);font-size:.66rem}.mini-ranking>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px}.mini-ranking button,.summary-row{min-height:65px;display:grid;align-content:center;gap:3px;padding:9px 11px;border:1px solid #e1e6e1;border-radius:9px;color:var(--muted);background:#fafbfa;text-align:left}.mini-ranking button:hover,.mini-ranking button.active{border-color:#6d947d;background:#eef5f0}.mini-ranking button span,.summary-row span{overflow:hidden;color:var(--ink);font-size:.68rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.mini-ranking button strong,.summary-row strong{color:var(--forest);font-size:1rem}.mini-ranking button small{color:var(--muted);font-size:.58rem}.summary-row{min-height:45px;grid-template-columns:1fr auto;align-items:center}.appointment-summary-grid .mini-ranking>div{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-summary{overflow:hidden}.platform-summary>header{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 16px;border-bottom:1px solid var(--line)}.platform-summary>header strong{font-size:.77rem}.platform-summary>header span{color:var(--muted);font-size:.66rem}.platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px}.platform-grid button{min-height:84px;display:grid;align-content:center;gap:4px;padding:11px 12px;border:1px solid #e1e6e1;border-radius:10px;color:var(--muted);background:#fafbfa;text-align:left}.platform-grid button:hover,.platform-grid button.active{border-color:#6d947d;background:#eef5f0}.platform-grid button>span{overflow:hidden;color:var(--ink);font-size:.68rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.platform-grid button>strong{color:var(--forest);font-size:1.15rem}.platform-grid button small{font-size:.59rem;line-height:1.45}.platform-grid button small b{color:var(--ink)}.productivity-calendar{overflow:hidden}.productivity-header{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 21px;border-bottom:1px solid var(--line)}.productivity-header h3{margin:4px 0 2px;font-size:1.1rem;text-transform:capitalize}.productivity-header p{margin:0;color:var(--muted);font-size:.7rem}.heat-legend{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.63rem;white-space:nowrap}.heat-legend i{width:27px;height:11px;border-radius:3px}.heat-0{background:#f4f7f1}.heat-1{background:#e5efd2}.heat-2{background:#cce39a}.heat-3{background:#91b95d}.heat-4{color:#fff!important;background:#1d533b}.productivity-layout{display:grid;grid-template-columns:minmax(680px,1fr) 305px;align-items:stretch;border-bottom:1px solid var(--line)}.calendar-board{min-width:0;padding:16px;overflow-x:auto;border-right:1px solid var(--line)}.calendar-weekdays,.calendar-grid{min-width:650px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-weekdays span{padding:0 8px 11px;color:#818c85;font-size:.64rem;font-weight:850;letter-spacing:.1em;text-align:center;text-transform:uppercase}.calendar-grid{gap:3px}.calendar-day{position:relative;min-height:87px;display:grid;align-content:start;gap:6px;padding:10px;border:1px solid rgba(68,91,76,.07);border-radius:8px;color:var(--ink);text-align:left;transition:transform .12s ease,box-shadow .12s ease}.calendar-day:not(:disabled):hover{z-index:1;transform:translateY(-1px);box-shadow:0 8px 20px #1f422d21}.calendar-day>strong{font-size:.87rem}.calendar-day>span{margin-top:auto;color:inherit;font-size:.66rem;font-weight:750}.calendar-day>small{color:inherit;font-size:.57rem;opacity:.72}.calendar-day.selected{z-index:2;outline:3px solid var(--forest);outline-offset:-3px}.calendar-day.today:after{content:"Hoje";position:absolute;top:9px;right:8px;padding:3px 5px;border-radius:5px;color:var(--forest);background:#ffffffb8;font-size:.49rem;font-weight:850;text-transform:uppercase}.calendar-day.outside-month{color:#a7afa9;background:#f8f9f7}.calendar-day:disabled{cursor:default;opacity:.58}.calendar-day-detail{min-width:0;display:flex;flex-direction:column;padding:17px;background:#fbfcfa}.calendar-day-detail>header{display:flex;align-items:flex-start;gap:9px;padding-bottom:14px;border-bottom:1px solid var(--line);color:var(--forest)}.calendar-day-detail>header div{display:grid;gap:3px}.calendar-day-detail>header span{color:var(--muted);font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.calendar-day-detail>header strong{color:var(--ink);font-size:.75rem;line-height:1.35}.day-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 0}.day-stat-grid>div{display:flex;align-items:center;gap:7px;padding:9px;border-radius:9px;color:var(--forest);background:#eef4ea}.day-stat-grid svg{width:17px}.day-stat-grid span{display:grid;color:var(--muted);font-size:.55rem}.day-stat-grid strong{color:var(--ink);font-size:1rem}.day-sellers{display:grid;gap:7px}.day-sellers>.overline{margin-bottom:2px}.day-sellers>div{display:grid;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:8px}.day-sellers i{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;color:#fff;background:#4c9b6e;font-size:.57rem;font-style:normal;font-weight:850}.day-sellers span{display:grid;min-width:0}.day-sellers strong{overflow:hidden;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.day-sellers small{color:var(--muted);font-size:.57rem}.day-sellers b{color:#87928b;font-size:.61rem}.projected-revenue{display:flex;align-items:flex-start;gap:9px;margin-top:auto;padding-top:15px;border-top:1px solid var(--line);color:#749a31}.projected-revenue>span{display:grid;gap:3px;color:var(--muted);font-size:.59rem;text-transform:uppercase}.projected-revenue strong{color:#749a31;font-size:1.25rem;letter-spacing:-.035em}.projected-revenue small{color:var(--muted);font-size:.55rem;line-height:1.35;text-transform:none}.calendar-empty{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#8a958e;font-size:.67rem;text-align:center}.calendar-empty strong{color:var(--ink)}.calendar-breakdowns{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.calendar-breakdowns>div+div{border-left:1px solid var(--line)}.calendar-ranking>header,.calendar-platforms>header{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-bottom:1px solid var(--line)}.calendar-ranking>header strong,.calendar-platforms>header strong{font-size:.76rem}.calendar-ranking>header span,.calendar-platforms>header span{color:var(--muted);font-size:.6rem}.calendar-ranking>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:11px}.calendar-ranking button{min-height:48px;display:grid;grid-template-columns:23px minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 9px;border:1px solid #e2e8e2;border-radius:8px;color:var(--muted);background:#fafbfa;text-align:left}.calendar-ranking button:hover,.calendar-ranking button.active,.calendar-platforms button:hover,.calendar-platforms button.active{border-color:#6d947d;background:#eef5f0}.calendar-ranking button>b{display:grid;place-items:center;width:23px;height:23px;border-radius:7px;color:var(--forest);background:#e8f0e9;font-size:.6rem}.calendar-ranking button>span{display:grid;min-width:0}.calendar-ranking button strong{overflow:hidden;color:var(--ink);font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.calendar-ranking button small{font-size:.54rem}.calendar-ranking button em{color:var(--forest);font-size:.86rem;font-style:normal;font-weight:850}.calendar-platforms>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:11px}.calendar-platforms button{min-height:61px;display:grid;align-content:center;gap:2px;padding:8px 10px;border:1px solid #e2e8e2;border-radius:8px;color:var(--muted);background:#fafbfa;text-align:left}.calendar-platforms button span{overflow:hidden;color:var(--ink);font-size:.6rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.calendar-platforms button strong{color:var(--forest);font-size:.91rem}.calendar-platforms button small{font-size:.52rem}.collapsible-header{width:100%;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 21px;border:0;color:var(--ink);background:transparent;text-align:left}.collapsible-header:hover{background:#fafbfa}.collapsible-header>span:first-child{display:grid;gap:4px}.collapsible-header strong{font-size:.92rem}.collapsible-header small{color:var(--muted);font-size:.68rem;font-weight:500}.collapsible-header>svg{color:var(--forest)}.collapsible-action{display:inline-flex;align-items:center;gap:12px;color:#9a6a23}.agenda-panel .toolbar,.divergence-panel>.table-wrap{border-top:1px solid var(--line)}.tag-list{display:flex;flex-wrap:wrap;gap:4px;min-width:160px}.tag-list span{padding:4px 6px;border-radius:6px;color:#486554;background:#edf4ef;font-size:.58rem;font-weight:750;white-space:nowrap}.warning-pill{display:inline-flex;max-width:190px;padding:5px 8px;border-radius:8px;color:#8a5a20;background:#faefd9;font-size:.62rem;font-weight:800;line-height:1.35}.warning-pill.candidate{color:#71550a;background:#fff4c7;border:1px solid #efd985}.candidate-confirm-button{min-height:34px;padding:0 10px;white-space:nowrap;font-size:.68rem}.candidate-confirm-button:disabled{cursor:wait;opacity:.65}.qr-button{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #cad9ce;border-radius:8px;color:var(--forest);background:#f2f7f3;font-size:.65rem;font-weight:800;white-space:nowrap}.qr-button:hover{background:#e8f1eb}.qr-modal-body{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;text-align:center}.qr-modal-body img{width:min(330px,82vw);height:auto;border:1px solid var(--line);border-radius:14px}.qr-modal-body p{max-width:480px;margin:0;color:var(--muted);font-size:.75rem;line-height:1.55}.qr-modal-body small{max-width:100%;overflow-wrap:anywhere;color:#87918b;font-size:.6rem}.toolbar{min-height:68px;display:flex;align-items:center;gap:10px;padding:12px 15px;border-bottom:1px solid var(--line)}.search-field,.filter-field{min-height:40px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #dce2dc;border-radius:10px;color:#8a958e;background:#fff}.search-field{width:min(410px,100%)}.search-field input{width:100%;border:0;outline:0;color:var(--ink);background:transparent;font-size:.78rem}.filter-field select{border:0;outline:0;color:#4c5851;background:transparent;font-size:.75rem}.result-count{margin-left:auto;color:var(--muted);font-size:.72rem}.appointment-table th:first-child{min-width:340px}.appointment-table th:nth-child(2){min-width:175px}.customer-cell{display:flex;align-items:center;gap:12px}.date-badge{width:42px;height:48px;flex:0 0 42px;display:grid;place-content:center;border:1px solid #d9e3dc;border-radius:9px;color:var(--forest);background:#f4f8f5;text-align:center}.date-badge strong{font-size:1rem;line-height:1}.date-badge small{margin-top:2px;font-size:.58rem;font-weight:750;text-transform:uppercase}.customer-cell>div,.stacked-cell{display:grid;gap:3px}.customer-cell>div>strong{font-size:.82rem}.customer-cell>div>span,.customer-cell>div>small,.stacked-cell span,.stacked-cell small{color:var(--muted);font-size:.68rem}.stacked-cell span{display:inline-flex;align-items:center;gap:4px}.money-cell strong{color:var(--forest)}.erp-sale-cell strong{color:#287a50}.erp-not-linked{display:inline-flex;padding:6px 9px;border-radius:8px;color:#7c8780;background:#f0f2f0;font-size:.62rem;font-weight:750}.erp-sale-cell .repeat-sale-pill{width:fit-content;padding:4px 7px;border:1px solid #b9d7c4;border-radius:999px;color:#1f6844;background:#e8f4ec;font-size:.55rem;font-weight:850;letter-spacing:.025em;text-transform:uppercase}.erp-sale-cell .erp-identity-confirmed{color:#236b47;font-weight:750}.erp-sales-toggle{width:fit-content;margin-top:5px;padding:5px 8px;border:1px solid #b7d4c1;border-radius:7px;color:#216943;background:#f4faf5;font-size:.61rem;font-weight:800;cursor:pointer}.erp-sales-toggle:hover{color:#fff;background:#287a50}.erp-sales-breakdown{display:grid;gap:6px;margin-top:6px;padding:9px;border:1px solid #d6e7db;border-radius:9px;background:#f7fbf8}.erp-sales-breakdown>span{color:#61756a;font-size:.57rem;line-height:1.35}.erp-sales-breakdown>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:7px;padding-top:7px;border-top:1px solid #e3eee6}.erp-sales-breakdown>div b{color:#246a45;font-size:.6rem}.erp-sales-breakdown>div small{grid-column:2;color:#718078;font-size:.55rem}.erp-sales-breakdown>div strong{grid-column:3;grid-row:1 / span 2;color:#1e6e46;font-size:.68rem}.erp-sales-breakdown>div em{grid-column:1;grid-row:2;color:#819188;font-size:.53rem;font-style:normal}.status-select{max-width:150px;padding:7px 9px;border:1px solid transparent;border-radius:8px;font-size:.69rem;font-weight:750;outline:0}.status-pill,.role-pill,.source-pill,.import-status{display:inline-flex;align-items:center;padding:5px 8px;border-radius:99px;font-size:.63rem;font-weight:800;white-space:nowrap}.status-pending,.status-scheduled,.status-rescheduled{color:#4b6485;background:#e9f0f8}.status-confirmed,.status-attended,.status-closed{color:#276048;background:#e5f2ea}.status-no_show,.status-cancelled,.status-lost{color:#98433f;background:#fae9e7}.status-negotiating{color:#8a631f;background:#f8efd9}.source-pill{color:#5e6963;background:#edf0ed;letter-spacing:.05em}.source-detail{display:block;margin-top:5px;color:var(--muted);font-size:.6rem}.table-message{height:220px;color:var(--muted);text-align:center}.table-message>*{display:block;margin:7px auto}.pagination{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-top:1px solid var(--line);color:var(--muted);font-size:.7rem}.pagination div{display:flex;gap:6px}.pagination button{display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff}.pagination button:disabled{opacity:.35;cursor:not-allowed}.toast-notice{position:fixed;z-index:70;right:24px;bottom:24px;padding:12px 16px;border-radius:10px;color:#fff;background:var(--forest);box-shadow:var(--shadow);font-size:.78rem;font-weight:700}.modal-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:20px;background:#0b19129e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(680px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border-radius:17px;background:#fff;box-shadow:0 30px 80px #06140d4d}.modal-header{position:sticky;top:0;z-index:2;min-height:83px;display:flex;align-items:center;justify-content:space-between;padding:19px 22px;border-bottom:1px solid var(--line);background:#fffffff5}.modal-header h2{margin:0;font-size:1.18rem;letter-spacing:-.035em}.modal-header p{margin:5px 0 0;color:var(--muted);font-size:.74rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:22px}.form-grid>label,.store-select-label{display:grid;gap:7px;color:#47524c;font-size:.7rem;font-weight:750}.form-grid input,.form-grid select,.form-grid textarea,.store-select-label select{width:100%;min-height:41px;padding:9px 11px;border:1px solid #d8dfd9;border-radius:9px;color:var(--ink);background:#fff;outline:0;font-size:.78rem}.form-grid textarea{resize:vertical}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.store-select-label select:focus{border-color:#7d9c8a;box-shadow:0 0 0 3px #2d624814}.full-field{grid-column:1 / -1}.modal-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:5px}.form-error{display:flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid #efc8c4;border-radius:9px;color:#9b3f3a;background:#fff5f4;font-size:.72rem}.store-options{display:flex;flex-wrap:wrap;gap:8px;padding:0;border:0}.store-options legend{margin-bottom:8px;color:#47524c;font-size:.7rem;font-weight:750}.store-options label{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;font-size:.72rem}.store-options input{width:auto;min-height:auto}.store-options small{width:100%;color:var(--muted);font-size:.66rem}.stock-lookup{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#f8faf8}.stock-lookup-head{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 13px;border-bottom:1px solid var(--line)}.stock-lookup-head strong{font-size:.72rem}.stock-lookup-head span{color:var(--muted);font-size:.65rem}.stock-lookup>p{margin:0;padding:17px;color:var(--muted);font-size:.7rem;line-height:1.5;text-align:center}.stock-results{max-height:190px;overflow-y:auto;display:grid;padding:5px 12px}.stock-results>div{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #e5eae5}.stock-results>div:last-child{border-bottom:0}.stock-results span{display:grid}.stock-results strong{font-size:.72rem}.stock-results small{margin-top:3px;color:var(--muted);font-size:.63rem}.stock-results b{padding:5px 7px;border-radius:7px;font-size:.62rem;white-space:nowrap}.stock-results b.available{color:#276048;background:#e5f2ea}.stock-results b.unavailable{color:#98433f;background:#fae9e7}.stock-results.selectable{padding:6px;gap:5px}.stock-results.selectable>button{width:100%;min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid transparent;border-radius:9px;color:var(--ink);background:transparent;text-align:left}.stock-results.selectable>button:hover{border-color:#c6d6cb;background:#fff}.stock-results.selectable>button.selected{border-color:#6e9a7d;background:#edf6f0;box-shadow:0 0 0 2px #2d624814}.stock-results.selectable b{display:inline-flex;align-items:center;gap:4px}.selected-tire-summary{min-height:63px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;color:var(--forest);background:#f5f8f5}.selected-tire-summary>span{display:grid;gap:3px}.selected-tire-summary strong{color:var(--ink);font-size:.72rem}.selected-tire-summary small,.appointment-form label small{color:var(--muted);font-size:.63rem;font-weight:500}.stock-modal-body{display:grid;gap:13px;padding:21px}.stock-search{min-height:46px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid #ccd8d0;border-radius:11px;color:var(--muted)}.stock-search input{flex:1;border:0;outline:0;font-size:.86rem}.stock-query-summary{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.71rem}.stock-catalog{max-height:440px;overflow-y:auto;display:grid;gap:7px}.stock-catalog article{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:#fafbfa}.stock-catalog article>div:first-child{display:grid;gap:3px}.stock-catalog article span,.stock-catalog article small{color:var(--muted);font-size:.66rem}.stock-amount{display:grid;justify-items:end;gap:5px;text-align:right}.stock-amount b{padding:5px 7px;border-radius:7px;font-size:.62rem}.stock-amount b.available{color:#276048;background:#e5f2ea}.stock-amount b.unavailable{color:#98433f;background:#fae9e7}.stock-amount strong{font-size:.72rem}.row-actions{display:flex;gap:6px}.row-actions button{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;color:var(--forest);background:#fff}.row-actions button:hover{background:#edf5f0}.row-actions button.danger{color:#a13f3a}.row-actions button.danger:hover{background:#fff0ef}.synced-lock{color:#8a958e;font-size:.63rem}.confirm-delete{display:grid;justify-items:center;gap:14px;padding:28px 24px;color:#a13f3a;text-align:center}.confirm-delete p{margin:0;color:var(--ink);font-size:.83rem}.danger-button{min-height:42px;padding:0 17px;border:1px solid #9f3f39;border-radius:10px;color:#fff;background:#aa4741;font-size:.78rem;font-weight:750}.selected-report-row{background:#f1f7f3;cursor:pointer}.seller-insights{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.seller-insights>article:nth-child(2){grid-column:1 / -1}.insight-overview{grid-column:1 / -1}.insight-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px}.insight-cards>div{min-height:92px;display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#f8faf8;color:var(--forest)}.insight-cards span{display:grid;gap:4px;color:var(--muted);font-size:.65rem}.insight-cards strong{color:var(--ink);font-size:.86rem}.insight-cards small{line-height:1.4}.channel-insights{display:grid;padding:8px 15px 15px}.channel-insights>div{min-height:60px;display:grid;grid-template-columns:minmax(150px,1fr) 60px 100px;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.channel-insights>div:last-child{border-bottom:0}.channel-insights span{display:grid;gap:3px}.channel-insights strong{font-size:.74rem}.channel-insights small{color:var(--muted);font-size:.63rem}.channel-insights b{color:var(--forest);font-size:.78rem}.channel-insights em{color:var(--ink);font-size:.7rem;font-style:normal;text-align:right}.import-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:14px}.sheet-sync-banner{min-height:76px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px 17px;border:1px solid #cfded4;border-radius:14px;background:#f1f7f3}.sheet-sync-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:var(--forest);background:#dfece3}.sheet-sync-banner div{display:grid}.sheet-sync-banner strong{font-size:.78rem}.sheet-sync-banner p{margin:4px 0 0;color:var(--muted);font-size:.69rem;line-height:1.45}.sync-live{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:99px;font-size:.63rem;font-weight:800;white-space:nowrap}.sync-live i{width:7px;height:7px;border-radius:50%}.sync-live.active{color:#276048;background:#dfeee4}.sync-live.active i{background:#3f9667;box-shadow:0 0 0 3px #3f966721}.sync-live.waiting{color:#806126;background:#f7edda}.sync-live.waiting i{background:#c59332}.upload-panel{padding-bottom:20px}.upload-panel .store-select-label{margin:20px 21px 0}.drop-zone{width:calc(100% - 42px);min-height:175px;margin:16px 21px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1.5px dashed #b9c9be;border-radius:13px;color:var(--muted);background:#f8faf8}.drop-zone:hover,.drop-zone.has-file{border-color:#70917d;background:#f0f6f2}.drop-zone strong{color:var(--ink);font-size:.82rem}.drop-zone small{font-size:.68rem}.upload-symbol{display:grid;place-items:center;width:52px;height:52px;margin-bottom:4px;border-radius:15px;color:var(--forest);background:#e6efe9}.import-hints{margin:0 21px 18px;padding:14px;border-radius:11px;color:#546159;background:#f5f6f2;font-size:.7rem}.import-hints strong{color:var(--ink)}.import-hints ul{margin:8px 0 0;padding-left:18px;line-height:1.7}.upload-panel>.form-error{margin:0 21px 14px}.full-button{width:calc(100% - 42px);margin:0 21px}.import-result-panel{min-height:100%}.result-numbers{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:21px}.result-numbers>div{display:grid;padding:17px;border-radius:12px;color:var(--forest);background:#eaf3ed}.result-numbers strong{font-size:1.8rem;letter-spacing:-.05em}.result-numbers span{font-size:.7rem}.result-numbers .has-errors{color:#98433f;background:#fae9e7}.error-list{display:grid;gap:6px;padding:0 21px 21px}.error-list strong{margin-bottom:4px;font-size:.72rem}.error-list span{padding:7px 9px;border-radius:7px;color:#8c4a45;background:#fff5f4;font-size:.65rem}.empty-result{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#89948d;text-align:center}.empty-result strong{margin-top:12px;color:var(--ink);font-size:.82rem}.empty-result p{margin:5px 0;font-size:.7rem}.import-status.success{color:#276048;background:#e5f2ea}.import-status.warning{color:#8a631f;background:#f8efd9}.summary-strip{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff}.summary-strip>div{display:flex;align-items:center;gap:12px;padding:19px;border-right:1px solid var(--line)}.summary-strip>div:last-child{border-right:0}.summary-icon{display:grid;place-items:center;width:37px;height:37px;border-radius:10px;color:var(--forest);background:#edf3ef}.summary-icon svg{width:18px}.summary-strip p{display:grid;margin:0}.summary-strip strong{font-size:1.2rem;letter-spacing:-.04em}.summary-strip p span{color:var(--muted);font-size:.67rem}.role-admin{color:#513c7c;background:#eee9f7}.role-supervisor{color:#315a85;background:#e8f0f8}.role-agent{color:#276048;background:#e5f2ea}.active-status{display:inline-flex;align-items:center;gap:6px;font-size:.7rem}.active-status i{width:7px;height:7px;border-radius:50%}.active-status.active i{background:#4e9b71;box-shadow:0 0 0 3px #e6f2ea}.active-status.inactive i{background:#b0b7b2}.month-picker{z-index:70}.month-picker-popover{z-index:80}.users-table th:last-child{min-width:175px}.user-actions{display:inline-flex;align-items:center;gap:6px}.user-actions button{min-height:32px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border:1px solid #d3ddd6;border-radius:8px;color:var(--forest);background:#f6f9f7;font-size:.66rem;font-weight:800}.user-actions button:hover{border-color:#9eb3a5;background:#edf4ef}.user-actions .delete-action{border-color:#efcfcc;color:#9d4540;background:#fff7f6}.user-actions .delete-action:hover{border-color:#d99f9b;background:#fceceb}.active-toggle{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:10px!important;padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:#f8faf8}.active-toggle input{width:18px;min-height:18px;margin:0}.active-toggle span{display:grid;gap:2px}.active-toggle small{color:var(--muted);font-size:.64rem;font-weight:500}.access-info{display:flex;align-items:center;gap:9px;margin:0;padding:12px 14px;border:1px solid #d4e1d8;border-radius:10px;color:var(--forest);background:#f0f6f2;font-size:.72rem;font-weight:700}.delete-user-content{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;padding:24px 24px 12px}.delete-warning{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;color:#a34640;background:#fae9e7}.delete-user-content strong{font-size:.92rem}.delete-user-content p{margin:7px 0 0;color:var(--muted);font-size:.73rem;line-height:1.55}.delete-error{margin:0 24px}.delete-user-actions{display:flex;justify-content:flex-end;gap:9px;padding:18px 24px 24px}.danger-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 16px;border:1px solid #a74640;border-radius:10px;color:#fff;background:#a74640;font-size:.78rem;font-weight:800}.danger-button:hover:not(:disabled){background:#8e3833}.danger-button:disabled{cursor:not-allowed;opacity:.55}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(390px,1.05fr) minmax(420px,.95fr)}.login-story{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:42px 54px;color:#fff;background:var(--forest-deep)}.login-story:before{content:"";position:absolute;right:-22%;bottom:-28%;width:75%;aspect-ratio:1;border:1px solid rgba(201,237,117,.15);border-radius:50%;box-shadow:0 0 0 70px #c9ed7506,0 0 0 140px #c9ed7505}.brand-lockup-light{padding:0}.brand-lockup-light .brand-symbol{color:var(--forest-deep)}.story-copy{position:relative;z-index:1;max-width:620px;margin:auto 0}.story-copy .overline{color:var(--lime)}.story-copy h1{max-width:560px;margin:17px 0 20px;font-size:clamp(2.7rem,5vw,5.2rem);line-height:.94;letter-spacing:-.07em}.story-copy p{max-width:510px;margin:0;color:#aabcb2;font-size:1rem;line-height:1.65}.story-metric{position:relative;z-index:1;display:grid;gap:5px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}.story-metric span{color:#81998c;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase}.story-metric strong{color:#dce8e1;font-size:.78rem}.login-panel{display:grid;place-items:center;padding:45px;background:#f5f7f3}.login-form{width:min(410px,100%);display:grid;gap:17px}.login-heading{display:flex;align-items:center;gap:13px}.login-heading h2{margin:4px 0 0;font-size:1.65rem;letter-spacing:-.045em}.login-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;color:var(--forest);background:#e4ede7}.login-intro{margin:1px 0 7px;color:var(--muted);font-size:.8rem;line-height:1.5}.login-form label{display:grid;gap:7px;color:#4c5851;font-size:.72rem;font-weight:750}.login-form input{height:47px;padding:0 13px;border:1px solid #d4ddd6;border-radius:10px;color:var(--ink);background:#fff;outline:0}.login-form input:focus{border-color:#7d9c8a;box-shadow:0 0 0 3px #2d624814}.login-button{min-height:47px;justify-content:space-between;padding:0 15px}.security-note{color:#89948d;font-size:.65rem;text-align:center}.checkin-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 18% 12%,rgba(201,237,117,.16),transparent 34%),var(--forest-deep)}.checkin-card{width:min(470px,100%);display:flex;flex-direction:column;align-items:center;padding:36px;border-radius:22px;background:#fff;box-shadow:0 30px 90px #00000047;text-align:center}.checkin-brand{display:grid;place-items:center;width:58px;height:58px;margin-bottom:20px;border-radius:17px;color:var(--forest);background:var(--lime)}.checkin-card h1{margin:8px 0;font-size:1.75rem;letter-spacing:-.045em}.checkin-card>p{color:var(--muted)}.checkin-store{display:inline-flex;align-items:center;gap:6px;margin:0 0 24px!important;color:var(--forest)!important;font-size:.8rem;font-weight:750}.checkin-form{width:100%;display:grid;gap:15px;text-align:left}.checkin-form label{display:grid;gap:7px;color:#48554e;font-size:.72rem;font-weight:750}.checkin-form input{width:100%;height:48px;padding:0 13px;border:1px solid #d8e0d9;border-radius:10px;outline:0}.checkin-form input:focus{border-color:#7b9b87;box-shadow:0 0 0 3px #2d624814}.checkin-form .primary-button{width:100%;min-height:49px;margin-top:3px}.checkin-form>small{color:#8a958e;font-size:.62rem;line-height:1.45;text-align:center}.checkin-success{display:flex;flex-direction:column;align-items:center;gap:9px;padding:25px 5px 10px;color:#337358}.checkin-success strong{color:var(--ink);font-size:1.05rem}.checkin-success p{max-width:340px;margin:0;color:var(--muted);font-size:.76rem;line-height:1.5}.live-notification{position:fixed;z-index:85;right:24px;bottom:24px;width:min(410px,calc(100vw - 28px));overflow:visible;display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;padding:18px;border:1px solid rgba(255,255,255,.16);border-radius:18px;color:#fff;background:#173d2d;box-shadow:0 24px 70px #08191059;animation:notification-in .42s cubic-bezier(.2,.8,.25,1) 1}.sale-notification{background:linear-gradient(145deg,#173d2d,#236044)}.checkin-notification{background:linear-gradient(145deg,#213c63,#315f8f)}.notification-close{position:absolute;top:8px;right:10px;border:0;color:#ffffffb3;background:transparent;font-size:1.2rem}.notification-symbol{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;color:#173d2d;background:var(--lime)}.checkin-notification .notification-symbol{color:#244f79;background:#d7ebff}.notification-copy{min-width:0}.notification-copy .overline{color:#ffffff9e}.notification-copy h3{margin:5px 22px 4px 0;overflow:hidden;font-size:1.02rem;text-overflow:ellipsis;white-space:nowrap}.notification-copy>p{display:flex;align-items:center;gap:5px;margin:0;color:#ffffffb8;font-size:.7rem}.notification-copy>.notification-agent{margin-top:5px}.notification-values{display:grid;gap:2px;margin-top:12px}.notification-values>strong{color:#e8ffb6;font-size:1.45rem}.checkin-notification .notification-values>strong{color:#e2f2ff}.notification-values>span,.notification-values small{color:#ffffffb3;font-size:.64rem}.notification-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:10px}.notification-details small{display:grid;gap:3px;padding:8px;border-radius:8px;background:#ffffff12}.notification-details b{color:#fff;font-size:.7rem}.notification-confirm{grid-column:1 / -1;display:flex;align-items:center;gap:6px;margin-top:2px;padding-top:11px;border-top:1px solid rgba(255,255,255,.14);color:#ffffffc2;font-size:.64rem}.confetti-burst{position:absolute;inset:-35px 0 auto;height:60px;overflow:visible;pointer-events:none}.confetti-burst i{position:absolute;left:50%;top:28px;width:7px;height:12px;border-radius:2px;background:var(--lime);animation:confetti-pop 1.15s ease-out both 1}.confetti-burst i:nth-child(3n+1){background:#ffd166;transform:rotate(24deg)}.confetti-burst i:nth-child(3n+2){background:#ef6f6c;transform:rotate(66deg)}.confetti-burst i:nth-child(3n){background:#7fc8f8;transform:rotate(110deg)}.confetti-burst i:nth-child(1){--x:-150px;--y:-35px}.confetti-burst i:nth-child(2){--x:-125px;--y:-58px}.confetti-burst i:nth-child(3){--x:-98px;--y:-28px}.confetti-burst i:nth-child(4){--x:-72px;--y:-67px}.confetti-burst i:nth-child(5){--x:-46px;--y:-39px}.confetti-burst i:nth-child(6){--x:-23px;--y:-73px}.confetti-burst i:nth-child(7){--x:0px;--y:-45px}.confetti-burst i:nth-child(8){--x:25px;--y:-76px}.confetti-burst i:nth-child(9){--x:48px;--y:-37px}.confetti-burst i:nth-child(10){--x:74px;--y:-69px}.confetti-burst i:nth-child(11){--x:99px;--y:-31px}.confetti-burst i:nth-child(12){--x:126px;--y:-56px}.confetti-burst i:nth-child(13){--x:148px;--y:-33px}.confetti-burst i:nth-child(14){--x:-112px;--y:-82px}.confetti-burst i:nth-child(15){--x:-58px;--y:-91px}.confetti-burst i:nth-child(16){--x:10px;--y:-96px}.confetti-burst i:nth-child(17){--x:67px;--y:-88px}.confetti-burst i:nth-child(18){--x:116px;--y:-84px}.calendar-day.heat-4.selected{outline-color:var(--lime)}@keyframes notification-in{0%{opacity:0;transform:translateY(35px) scale(.96)}to{opacity:1;transform:none}}@keyframes confetti-pop{0%{opacity:0;translate:0 15px}20%{opacity:1}to{opacity:0;translate:var(--x) var(--y);rotate:220deg}}.projection-grid{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.7fr);gap:14px}.revenue-projection-card,.appointment-goal-card{min-width:0;overflow:hidden;min-height:470px}.projection-card-header{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:start;gap:14px;padding:22px 23px 8px}.projection-symbol{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;color:var(--lime);background:var(--forest);box-shadow:0 9px 20px #102b2129}.projection-symbol svg{width:21px}.projection-card-header h3{margin:5px 0 2px;font-size:clamp(1.45rem,2vw,2rem);letter-spacing:-.055em}.projection-card-header p{margin:0;color:var(--muted);font-size:.7rem}.projection-pace{display:grid;min-width:88px;gap:2px;padding:9px 11px;border-radius:10px;color:#32815b;background:#e7f2ea;font-size:1rem;font-weight:850;text-align:center}.projection-pace strong{color:#24744f;font-size:1rem;letter-spacing:-.035em}.projection-pace small{color:#6f8176;font-size:.53rem;font-weight:700}.projection-legend{display:flex;flex-wrap:wrap;gap:8px 22px;padding:16px 23px 5px;color:var(--muted);font-size:.64rem}.projection-legend span{display:inline-flex;align-items:center;gap:7px}.projection-legend i{width:27px;height:3px;border-radius:9px}.actual-key{background:var(--forest)}.projected-key{background:repeating-linear-gradient(90deg,#59a478 0 6px,transparent 6px 10px)}.projection-legend .goal-key{height:1px;background:#a48337}.projection-chart{min-width:0;padding:0 12px;overflow:hidden}.projection-chart svg{display:block;width:100%;max-width:100%;height:clamp(190px,18vw,260px);overflow:hidden}.projection-chart text{fill:#849088;font-size:9px}.chart-grid-line{stroke:#e7ebe7;stroke-width:1}.projection-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.actual-line{stroke:var(--forest)}.projected-line{stroke:#58a174;stroke-width:2.5;stroke-dasharray:7 7}.today-line{stroke:#2d6c4f;stroke-width:1}.today-dot{fill:var(--lime);stroke:var(--forest);stroke-width:3}.projection-chart .today-label{fill:var(--forest);font-size:9px;font-weight:800}.goal-line{stroke:#a48337;stroke-width:1.25;stroke-dasharray:3 5}.projection-footer{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:10px 23px 18px;color:var(--muted);font-size:.64rem}.projection-footer span{display:inline-flex;align-items:center;gap:6px}.projection-footer svg{width:16px;color:var(--forest)}.projection-footer strong{color:var(--ink)}.projection-explanation{display:grid;gap:4px;margin:0 23px 7px;padding:11px 13px;border:1px solid #dce8df;border-radius:11px;color:var(--muted);background:#f5f9f5;font-size:.61rem}.projection-explanation>strong{color:var(--forest);font-size:.66rem}.projection-explanation span{display:flex;justify-content:space-between;gap:12px}.projection-explanation b{color:var(--ink)}.projection-explanation small{color:#7f8c84;font-size:.56rem;line-height:1.4}.appointment-goal-card{display:flex;flex-direction:column;padding:22px}.appointment-goal-card>header{display:flex;align-items:center;gap:13px}.appointment-goal-card h3{margin:4px 0 0;font-size:1rem}.goal-gauge{position:relative;width:min(330px,100%);margin:34px auto 0}.goal-gauge svg{display:block;width:100%}.gauge-track,.gauge-value{fill:none;stroke-width:20;stroke-linecap:butt}.gauge-track{stroke:#e8ece8}.gauge-value{stroke:#439667;stroke-linecap:round;filter:drop-shadow(0 5px 7px rgba(55,129,86,.22));transition:stroke-dasharray .5s ease}.goal-gauge>div{position:absolute;inset:56% 0 auto;display:grid;justify-items:center;transform:translateY(-50%)}.goal-gauge strong{font-size:2.25rem;letter-spacing:-.07em}.goal-gauge span{color:var(--muted);font-size:.66rem}.goal-total{display:grid;justify-items:center;gap:3px;margin-top:-5px}.goal-total strong{color:var(--forest);font-size:1.45rem}.goal-total span{color:var(--muted);font-size:.7rem}.goal-remaining{display:flex;align-items:center;gap:11px;margin-top:auto;padding:14px;border:1px solid #dce8df;border-radius:12px;color:var(--forest);background:#f0f7f2}.goal-remaining>svg{width:21px;flex:0 0 auto}.goal-remaining span{display:grid;gap:3px;font-size:.7rem}.goal-remaining small{color:var(--muted);font-size:.59rem;line-height:1.35}.settings-page{display:grid;gap:20px}.settings-tabs{position:static;z-index:8;width:fit-content;display:inline-flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:12px;background:#ffffffeb;box-shadow:0 8px 25px #17281f0f}.settings-tabs button{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:0;border-radius:9px;color:var(--muted);background:transparent;font-size:.72rem;font-weight:800}.settings-tabs button svg{width:16px}.settings-tabs button.active{color:#fff;background:var(--forest)}.goal-fields{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr)) auto;align-items:end;gap:12px;padding:20px}.goal-input{min-width:0;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--line);border-radius:11px;background:#f9faf8}.goal-input>span:first-child:not(:last-child){display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:9px;color:var(--forest);background:#e8f0ea}.goal-input svg{width:17px}.goal-input>span:last-child{min-width:0;flex:1;display:grid;gap:3px}.goal-input small{color:var(--muted);font-size:.58rem;font-weight:750}.goal-input-field{min-width:0;display:flex;align-items:center;gap:4px}.goal-input-field b{color:var(--forest);font-size:.7rem}.goal-input input{width:100%;min-width:0;height:25px;padding:0;border:0;outline:0;color:var(--ink);background:transparent;font-size:.95rem;font-weight:800}.goal-fields>button{min-height:56px}.agent-goals-panel>header>span{color:var(--muted);font-size:.7rem}.agent-goals-list{display:grid}.agent-goals-list form{display:grid;grid-template-columns:minmax(180px,1.2fr) repeat(3,minmax(125px,.8fr)) auto;align-items:center;gap:9px;padding:12px 20px;border-top:1px solid #edf0ed}.agent-goals-list form:first-child{border-top:0}.agent-goal-name{display:flex;align-items:center;gap:9px}.agent-goal-name i{display:grid;place-items:center;width:33px;height:33px;border-radius:9px;color:var(--forest);background:#eaf2ec;font-size:.62rem;font-style:normal;font-weight:850}.agent-goal-name strong{font-size:.75rem}.goal-input.compact{padding:7px 9px}.goal-input.compact input{font-size:.76rem}.agent-goals-list .secondary-button{min-height:40px;padding:0 12px}.login-network{position:absolute;z-index:0;inset:60px 1% auto;height:58%;opacity:.96}.login-network svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.login-network path{fill:none;stroke:#caed7559;stroke-width:2;stroke-dasharray:2 8}.travel-light{fill:var(--lime)}.network-node{position:absolute;z-index:2;display:grid;place-items:center;width:72px;height:72px;border:1px solid rgba(202,237,117,.45);border-radius:50%;color:var(--lime);background:radial-gradient(circle at 35% 28%,#335344,#10271e 68%);box-shadow:inset 0 0 18px #caed751f,0 0 0 6px #caed7509,0 0 25px #b1e55d2e}.network-node svg{width:29px}.central-node{left:50%;top:49%;width:110px;height:110px;translate:-50% -50%;border-color:var(--lime);box-shadow:inset 0 0 25px #caed752e,0 0 0 8px #caed750d,0 0 42px #b1e55d47}.central-node svg{width:45px}.node-users{left:18%;top:17%}.node-data{left:72%;top:9%}.node-store{left:77%;top:60%}.node-clock{left:26%;top:72%}.node-chart{left:57%;top:82%}.login-story .story-copy{margin:auto 0 25px}.story-copy h1 em{display:block;color:#fff;font-style:normal;font-weight:450}.story-copy h1{color:var(--lime);font-size:clamp(2.5rem,4.3vw,4.8rem)}.login-panel{position:relative;background:#fafbf9}.password-label>span{position:relative;display:block}.password-label input{width:100%;padding-right:47px}.password-label button{position:absolute;top:50%;right:10px;display:grid;place-items:center;padding:5px;border:0;color:#6e7a73;background:transparent;translate:0 -50%}.password-label button svg{width:18px}.login-copyright{position:absolute;bottom:28px;color:#8d9791;font-size:.62rem;line-height:1.5;text-align:center}@media(max-width:1120px){.metric-grid,.monthly-metric-grid,.summary-strip{grid-template-columns:repeat(2,1fr)}.summary-strip>div:nth-child(2){border-right:0}.summary-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.login-story{padding:38px}.story-copy h1{font-size:clamp(2.7rem,5.2vw,4rem)}.productivity-layout{grid-template-columns:1fr}.calendar-board{border-right:0;border-bottom:1px solid var(--line)}.calendar-day-detail{min-height:330px}.projected-revenue{margin-top:18px}.calendar-platforms>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.app-shell{display:block}.sidebar{position:fixed;left:-270px;width:252px;transition:left .2s ease}.sidebar-open{left:0;box-shadow:18px 0 60px #07140d47}.mobile-scrim{position:fixed;inset:0;z-index:19;display:block;border:0;background:#0a171073}.mobile-close{display:grid;margin-left:auto}.menu-button{display:grid;place-items:center;width:37px;height:37px;border:1px solid var(--line);border-radius:9px;color:var(--forest);background:#fff}.topbar{height:73px;padding:0 20px}.page-content{padding:25px 20px 45px}.dashboard-grid,.import-layout,.appointment-summary-grid{grid-template-columns:1fr}.page-hero{align-items:flex-start;flex-direction:column}.compact-hero{flex-direction:row;align-items:center}.today-panel,.performance-panel{min-height:0}.platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.productivity-header{align-items:flex-start;flex-direction:column}.calendar-breakdowns{grid-template-columns:1fr}.calendar-breakdowns>div+div{border-top:1px solid var(--line);border-left:0}.login-page{grid-template-columns:1fr}.login-story{min-height:330px}.story-copy{margin:70px 0}.story-copy h1{max-width:610px}.story-metric{display:none}.login-panel{min-height:560px}}@media(max-width:590px){.topbar-date{display:none}.topbar .month-picker{margin-left:auto}.month-picker-trigger{min-width:0;width:48px;padding:0;justify-content:center}.month-picker-trigger>span{display:none}.month-picker-popover{position:fixed;top:68px;right:10px;left:10px;width:auto}.page-content{padding:20px 14px 40px}.metric-grid{grid-template-columns:1fr}.metric-card{min-height:120px}.compact-hero{align-items:flex-start;flex-direction:column}.page-hero .primary-button,.page-hero .secondary-button{width:100%}.hero-actions{width:100%;flex-direction:column}.toolbar{align-items:stretch;flex-direction:column}.search-field,.filter-field select{width:100%}.result-count{margin:2px 0 0}.appointment-table-wrap{overflow:visible}.appointment-table thead{display:none}.appointment-table,.appointment-table tbody,.appointment-table tr,.appointment-table td{display:block;width:100%}.appointment-table tr{padding:14px;border-top:1px solid var(--line)}.appointment-table td{padding:7px 0;border:0}.appointment-table td:before{display:block;margin-bottom:4px;color:#8a958e;font-size:.59rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.appointment-table td:nth-child(2):before{content:"Responsabilidade"}.appointment-table td:nth-child(3):before{content:"Status"}.appointment-table td:nth-child(4):before{content:"Valor na planilha"}.appointment-table td:nth-child(5):before{content:"Fechamento no ERP"}.appointment-table td:nth-child(6):before{content:"Origem"}.appointment-table td:nth-child(7):before{content:"Ações"}.form-grid{grid-template-columns:1fr}.form-grid>*{grid-column:1!important}.modal-backdrop{padding:8px}.modal{max-height:calc(100vh - 16px)}.summary-strip{grid-template-columns:1fr 1fr}.summary-strip>div{align-items:flex-start;padding:14px}.summary-icon{display:none}.sheet-sync-banner{grid-template-columns:38px 1fr}.sheet-sync-icon{width:38px;height:38px}.sync-live{grid-column:2;justify-self:start}.login-story{min-height:310px;padding:28px 24px}.story-copy{margin:55px 0 20px}.story-copy h1{font-size:2.55rem}.story-copy p{font-size:.85rem}.login-panel{min-height:520px;padding:35px 24px}.monthly-metric-grid{grid-template-columns:1fr}.month-select{width:100%}.month-select select{width:100%;min-width:0}.mini-ranking>div{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-grid{grid-template-columns:1fr}.productivity-header{padding:16px}.heat-legend{max-width:100%;flex-wrap:wrap}.heat-legend i{width:20px}.calendar-board{padding:10px}.calendar-day{min-height:77px;padding:8px}.calendar-day>span{font-size:.59rem}.calendar-day>small{font-size:.52rem}.calendar-day-detail{padding:15px}.calendar-ranking>div,.calendar-platforms>div{grid-template-columns:1fr}.calendar-ranking>header,.calendar-platforms>header{align-items:flex-start;flex-direction:column;justify-content:center;padding:11px 14px}.collapsible-header{align-items:flex-start}.collapsible-action{padding-top:5px}.checkin-card{padding:28px 21px}.live-notification{right:14px;bottom:14px}.insight-cards,.seller-insights{grid-template-columns:1fr}.seller-insights>article{grid-column:1!important}.stock-catalog article{align-items:flex-start;flex-direction:column}.stock-amount{justify-items:start;text-align:left}}@media(max-width:1180px){.projection-grid{grid-template-columns:1fr}.appointment-goal-card{min-height:390px}.goal-gauge{max-width:300px;margin-top:18px}.goal-fields{grid-template-columns:repeat(3,1fr)}.goal-fields>button{grid-column:1 / -1}.agent-goals-list form{grid-template-columns:minmax(170px,1fr) repeat(3,minmax(105px,.7fr))}.agent-goals-list form>button{grid-column:1 / -1;justify-self:end}}@media(max-width:860px){.login-network{inset:40px 3% auto;height:66%;opacity:.78}.login-story .story-copy{margin:auto 0 12px}.story-copy h1{max-width:510px;font-size:clamp(2.5rem,8vw,4.2rem)}.network-node{scale:.82}.agent-goals-list form{grid-template-columns:1fr 1fr 1fr}.agent-goal-name{grid-column:1 / -1}.agent-goals-list form>button{grid-column:1 / -1;width:100%}.settings-tabs{top:80px}}@media(max-width:590px){.login-network{height:58%}.network-node{scale:.62}.central-node{scale:.7}.login-story{min-height:390px}.login-story .brand-lockup{z-index:3}.login-story .story-copy{z-index:3;margin-top:auto}.story-copy .overline,.story-copy p{display:none}.story-copy h1{margin:0;font-size:2.3rem}.story-copy h1 em{font-size:1.55rem}.login-panel{min-height:590px}.projection-card-header{grid-template-columns:43px 1fr;padding:18px 16px 7px}.projection-pace{grid-column:1 / -1;width:100%}.projection-legend{flex-direction:column;gap:7px;padding-left:17px}.projection-chart svg{min-width:0;height:170px}.projection-footer{align-items:flex-start;flex-direction:column;padding-inline:17px}.appointment-goal-card{min-height:420px;padding:17px}.settings-tabs{position:static;width:100%}.settings-tabs button{flex:1;justify-content:center}.goal-fields{grid-template-columns:1fr;padding:14px}.goal-fields>button{grid-column:1}.agent-goals-list form{grid-template-columns:1fr;padding:14px}.agent-goal-name,.agent-goals-list form>button{grid-column:1}.login-copyright{bottom:18px}}@media(prefers-reduced-motion:reduce){.travel-light{display:none}.gauge-value{transition:none}}.day-appointments{min-height:0;display:grid;align-content:start;gap:7px;overflow-y:auto}.day-appointments>.overline{position:sticky;top:0;z-index:1;padding:4px 0;background:#fbfcfa}.day-appointments article{display:grid;grid-template-columns:58px minmax(0,1fr);gap:7px 9px;padding:9px;border:1px solid #e2e8e2;border-radius:9px;background:#fff}.day-appointments article>div{min-width:0;display:grid;gap:3px}.day-appointments article strong{overflow:hidden;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.day-appointments article small{display:flex;align-items:center;gap:3px;color:var(--muted);font-size:.56rem}.day-appointments article small svg{width:11px;height:11px}.day-appointments article>.status-pill{grid-column:2;justify-self:start;padding:4px 7px;font-size:.54rem}.day-appointment-time{display:inline-flex;align-items:center;gap:4px;color:var(--forest);font-size:.62rem;font-weight:850}.day-appointment-time svg{width:13px;height:13px}.agent-calendar-breakdowns{grid-template-columns:1fr}.agent-calendar-breakdowns .calendar-platforms>div{grid-template-columns:repeat(4,minmax(0,1fr))}.agent-store-performance .panel-header p{margin:4px 0 0;color:var(--muted);font-size:.68rem}.agent-store-grid{display:grid;grid-template-columns:repeat(3,minmax(230px,1fr));gap:12px;padding:14px}.agent-store-grid>article{overflow:hidden;border:1px solid #e0e7e1;border-radius:13px;background:#fbfcfa}.agent-store-grid article>header{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid #e6ebe6}.agent-store-grid article>header strong{font-size:.78rem}.agent-store-grid article>header span{color:#327457;font-size:.59rem;font-weight:800;white-space:nowrap}.agent-store-grid article>div{display:grid;grid-template-columns:repeat(4,1fr)}.agent-store-grid article>div span{display:grid;gap:4px;padding:12px 9px;border-right:1px solid #e8ece8;color:var(--muted);font-size:.55rem;text-align:center}.agent-store-grid article>div span:last-child{border-right:0}.agent-store-grid article>div strong{color:var(--ink);font-size:1rem}.agent-store-grid article>footer{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e6ebe6;background:#f2f7f3}.agent-store-grid article>footer span{display:grid;gap:4px;padding:12px 14px;color:var(--muted);font-size:.57rem}.agent-store-grid article>footer span+span{border-left:1px solid #dce6df}.agent-store-grid article>footer strong{color:var(--forest);font-size:.78rem}.agent-commission-header{overflow:hidden;display:grid;grid-template-columns:1fr 1fr minmax(240px,.85fr);border:1px solid #d8e4da;border-radius:16px;background:linear-gradient(120deg,#fff,#f1f7f2);box-shadow:0 10px 30px #173d2d12}.agent-commission-header>div{min-width:0;display:flex;align-items:center;gap:12px;padding:18px 20px}.agent-commission-header>div+div{border-left:1px solid #dfe7e1}.agent-commission-header>div>span:last-child{min-width:0;display:grid;gap:3px}.agent-commission-header small{color:var(--muted);font-size:.63rem;font-weight:750}.agent-commission-header strong{color:var(--forest);font-size:clamp(1.2rem,2vw,1.65rem);letter-spacing:-.04em}.agent-commission-header em{overflow:hidden;color:#7c8981;font-size:.56rem;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.commission-header-icon{display:grid!important;place-items:center;width:41px;height:41px;flex:0 0 41px;border-radius:11px;color:var(--lime);background:var(--forest)}.commission-header-icon svg{width:20px}.commission-header-icon.projected{color:var(--forest);background:#dff0c1}.agent-commission-header .commission-goals{display:grid;grid-template-columns:1fr 1fr;align-content:center;gap:8px}.commission-goals span{display:grid;gap:2px;padding:9px 10px;border-radius:9px;color:var(--muted);background:#ffffffbf;font-size:.57rem}.commission-goals b{color:var(--ink);font-size:.82rem}.commission-rate-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;color:#246745;background:#e8f4eb;font-size:.67rem;font-weight:850}.commission-rate-pill svg{width:14px;height:14px}.notification-center{position:relative;z-index:76}.notification-bell{position:relative;width:44px;height:44px;display:grid;place-items:center;border:1px solid #d8e1da;border-radius:12px;color:var(--forest);background:#fff;box-shadow:0 4px 15px #0e2b1d0a;transition:.16s ease}.notification-bell:hover,.notification-bell.active{border-color:#7da18a;background:#edf5ef}.notification-bell svg{width:19px}.notification-bell b{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;border:2px solid #f7f9f6;border-radius:999px;color:#fff;background:#b64c46;font-size:.56rem}.notification-inbox{position:absolute;top:calc(100% + 11px);right:0;width:min(390px,calc(100vw - 28px));overflow:hidden;border:1px solid #dce4de;border-radius:16px;background:#fff;box-shadow:0 25px 70px #0d251838}.notification-inbox>header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border-bottom:1px solid #e5eae6;background:#f8faf8}.notification-inbox>header div{display:grid;gap:3px}.notification-inbox>header strong{font-size:.84rem}.notification-inbox>header button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;color:var(--muted);background:#edf1ee}.notification-inbox>header button svg{width:16px}.notification-inbox-list{max-height:min(520px,calc(100vh - 180px));overflow-y:auto}.notification-inbox-list article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:12px 14px;border-bottom:1px solid #edf0ed}.notification-inbox-list article.new{background:#f4f9f5}.notification-inbox-list article.seen{opacity:.72}.inbox-symbol{display:grid;place-items:center;width:38px;height:38px;border-radius:10px}.inbox-symbol svg{width:17px}.inbox-symbol.sale{color:#fff;background:#2e7655}.inbox-symbol.checkin{color:#2f5f86;background:#dfedfa}.notification-inbox-list article>div{min-width:0;display:grid;gap:3px}.notification-inbox-list article strong,.notification-inbox-list article span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-inbox-list article strong{font-size:.72rem}.notification-inbox-list article span{color:var(--muted);font-size:.62rem}.notification-inbox-list article small{display:flex;align-items:center;gap:4px;color:#688074;font-size:.58rem}.notification-inbox-list article small svg{width:12px;height:12px}.notification-empty{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px;color:#87938c;text-align:center}.notification-empty svg{width:24px}.notification-empty strong{color:var(--ink);font-size:.75rem}.notification-empty span{max-width:250px;font-size:.64rem;line-height:1.45}@media(max-width:1180px){.agent-store-grid{grid-template-columns:repeat(2,minmax(230px,1fr))}.agent-commission-header{grid-template-columns:1fr 1fr}.agent-commission-header .commission-goals{grid-column:1 / -1;border-top:1px solid #dfe7e1;border-left:0}}@media(max-width:860px){.agent-store-grid{grid-template-columns:1fr}.agent-calendar-breakdowns .calendar-platforms>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:590px){.topbar{gap:10px;padding-inline:14px}.notification-bell{width:42px;height:42px}.notification-inbox{position:fixed;top:67px;right:10px;left:10px;width:auto}.agent-commission-header{grid-template-columns:1fr}.agent-commission-header>div+div{border-top:1px solid #dfe7e1;border-left:0}.agent-commission-header .commission-goals{grid-column:1}.agent-store-grid{padding:10px}.agent-store-grid article>div{grid-template-columns:1fr 1fr}.agent-store-grid article>div span:nth-child(2){border-right:0}.agent-store-grid article>div span:nth-child(-n+2){border-bottom:1px solid #e8ece8}.agent-store-grid article>footer{grid-template-columns:1fr}.agent-store-grid article>footer span+span{border-top:1px solid #dce6df;border-left:0}.agent-calendar-breakdowns .calendar-platforms>div{grid-template-columns:1fr}}.login-page{position:relative;isolation:isolate;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);align-items:stretch;gap:clamp(28px,5vw,88px);padding:clamp(32px,4.7vw,72px);overflow:hidden;color:#fff;background-color:#041612;background-image:linear-gradient(90deg,#010d0b1a,#010d0b04 48%,#010d0b5c),url(/login-background-v2.png);background-repeat:no-repeat;background-position:center;background-size:cover}.login-page:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;background:linear-gradient(180deg,#010d0b05,#010d0b38)}.login-story{display:none}.login-brand{min-width:0;display:flex;flex-direction:column;justify-content:flex-start;padding:2px 0}.login-brand-lockup{display:flex;align-items:center;gap:13px;width:fit-content}.login-brand-symbol{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;border-radius:15px;color:#102b21;background:linear-gradient(145deg,#d7f98a,#b9e95a);box-shadow:0 12px 30px #b4e95033,inset 0 1px #ffffff94}.login-brand-lockup>span:last-child{display:grid;line-height:1.05}.login-brand-lockup strong{font-size:1.12rem;letter-spacing:-.025em}.login-brand-lockup small{margin-top:5px;color:#b5c5bd;font-size:.7rem;letter-spacing:.17em;text-transform:uppercase}.login-brand-copy{width:min(535px,92%);margin-top:clamp(54px,9vh,88px)}.login-brand-copy>span{color:#c9ed75;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.login-brand-copy h1{margin:15px 0 20px;color:#fff;font-size:clamp(2.65rem,4.55vw,4.75rem);font-weight:430;line-height:.98;letter-spacing:-.065em}.login-brand-copy h1 strong{display:block;color:#c9ed75;font-weight:760}.login-brand-copy p{max-width:480px;margin:0;color:#b4c4bc;font-size:clamp(.82rem,1.1vw,.98rem);line-height:1.65}.login-panel{position:relative;z-index:1;width:min(100%,510px);min-height:0;display:block;align-self:center;justify-self:end;padding:0;overflow:hidden;border:1px solid rgba(245,250,246,.68);border-radius:26px;color:var(--ink);background:#fafcf9f0;box-shadow:0 30px 90px #00000061,0 1px #ffffffb3 inset;-webkit-backdrop-filter:blur(20px) saturate(118%);backdrop-filter:blur(20px) saturate(118%)}.login-panel:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#c9ed75,#4e9b71)}.login-panel-content{padding:clamp(34px,4vw,52px)}.login-heading{align-items:flex-start}.login-heading h2{font-size:clamp(1.65rem,2.2vw,2rem)}.login-icon{width:48px;height:48px;flex:0 0 48px;border-radius:14px}.login-intro{max-width:370px;margin:2px 0 8px;font-size:.78rem}.login-form{width:100%;max-width:none;gap:18px}.login-form input{height:52px;padding-inline:15px;border-radius:12px;background:#ffffffe6}.login-button{min-height:52px;margin-top:2px;padding-inline:17px;border-radius:12px}.security-note{display:flex;align-items:center;justify-content:center;gap:6px;line-height:1.4}.security-note svg{flex:0 0 auto;color:var(--forest)}.login-copyright{position:static;display:block;margin-top:34px;color:#8d9791;text-align:center}.appointment-breakdowns{overflow:hidden}@media(max-height:720px)and (min-width:981px){.login-page{gap:clamp(24px,4vw,64px);padding:22px clamp(34px,4.3vw,64px)}.login-brand{padding:0}.login-brand-lockup{gap:11px}.login-brand-symbol{width:44px;height:44px;flex-basis:44px;border-radius:13px}.login-brand-copy{width:min(480px,92%);margin-top:clamp(34px,7.5vh,54px)}.login-brand-copy>span{font-size:.61rem}.login-brand-copy h1{margin:10px 0 12px;font-size:clamp(2.25rem,3.65vw,3.45rem);line-height:.94}.login-brand-copy p{max-width:450px;font-size:.76rem;line-height:1.5}.login-panel{width:min(100%,492px)}.login-panel-content{padding:25px 34px 23px}.login-form{gap:11px}.login-heading{align-items:center}.login-heading h2{margin-top:2px;font-size:1.55rem}.login-icon{width:42px;height:42px;flex-basis:42px;border-radius:12px}.login-intro{margin:0 0 3px;font-size:.69rem;line-height:1.42}.login-form label{gap:5px}.login-form input{height:46px}.login-button{min-height:46px;margin-top:1px}.security-note{font-size:.58rem}.login-copyright{margin-top:17px;font-size:.56rem}}@media(max-width:980px){.login-page{grid-template-columns:1fr;align-content:center;gap:24px;padding:28px;background-position:62% center;background-size:auto 100%}.login-page:before{background:#010e0b70}.login-brand{min-height:0;padding:0}.login-brand-copy{display:none}.login-panel{width:min(100%,520px);justify-self:center}}@media(max-width:590px){.login-page{padding:20px 16px;background-position:60% center}.login-brand{align-items:center}.login-brand-symbol{width:44px;height:44px;flex-basis:44px;border-radius:13px}.login-brand-lockup strong{font-size:1rem}.login-panel{border-radius:21px}.login-panel-content{padding:30px 23px 24px}.login-heading h2{font-size:1.55rem}.login-intro{font-size:.73rem}.login-copyright{margin-top:26px}}
