@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#171522;background:#f3f0e8;font-synthesis:none;--navy: #0b1020;--graphite: #2b2734;--bone: #f3f0e8;--white: #fffefa;--magenta: #c2185b;--lime: #b7e61d;--silver: #b7b6c2;--violet: #5b3fd6;--ink: #171522;--muted: #6f6a78;--border: #ddd8ce;--shadow: 0 12px 32px rgba(24, 19, 36, .07)}*{box-sizing:border-box}html{min-width:320px;background:var(--navy)}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:var(--bone)}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:Space Grotesk,Inter,sans-serif}h1{font-size:clamp(2.15rem,4vw,3.7rem);line-height:.98;letter-spacing:-.055em;margin-bottom:12px}h2{letter-spacing:-.035em}:focus-visible{outline:3px solid rgba(91,63,214,.3);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{margin:0 0 8px;color:var(--magenta);font-size:.71rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.eyebrow--lime{color:var(--lime)}.muted{color:var(--muted)}.brand{display:flex;align-items:center;gap:10px;color:var(--bone);font-size:1.06rem;font-weight:700;letter-spacing:-.04em;white-space:nowrap}.brand__mark{display:grid;place-items:center;width:38px;height:34px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#070918;box-shadow:0 0 10px #b7e61d38,0 0 24px #5b3fd62e}.brand__mark img{width:100%;height:100%;object-fit:cover;transform:scale(2.55)}.brand__name b{margin-left:4px;color:var(--lime);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.app-shell{min-height:100vh;padding-left:250px;transition:padding .2s ease}.app-shell--collapsed{padding-left:80px}.sidebar{position:fixed;z-index:30;isolation:isolate;inset:0 auto 0 0;display:flex;flex-direction:column;width:250px;padding:25px 18px 18px;overflow:hidden;color:var(--silver);background:var(--navy);transition:width .2s ease,transform .2s ease}.sidebar:before{position:absolute;z-index:-1;right:-150px;bottom:-105px;width:360px;height:360px;opacity:.13;background:url(/brand/ace-trail.png) center / contain no-repeat;content:"";pointer-events:none}.app-shell--collapsed .sidebar{width:80px}.sidebar__top{display:flex;align-items:center;justify-content:space-between;padding:0 6px 38px}.sidebar__mobile-close{display:none;color:var(--bone);border:0;background:none}.sidebar__label{margin:0 12px 10px;color:#767582;font-size:.63rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.sidebar__nav{flex:1;overflow-y:auto}.sidebar__nav a{display:flex;align-items:center;gap:13px;height:47px;margin:3px 0;padding:0 13px;border-radius:10px;color:var(--silver);font-size:.87rem;font-weight:600}.sidebar__nav a:hover{color:var(--bone);background:#171c2d}.sidebar__nav a.active{color:var(--navy);background:var(--lime)}.sidebar__nav a svg{flex:0 0 auto}.sidebar__nav-group{margin:3px 0}.sidebar__nav-toggle{display:flex;align-items:center;gap:13px;width:100%;height:47px;padding:0 13px;color:var(--silver);border:0;border-radius:10px;background:transparent;font-size:.87rem;font-weight:600;text-align:left}.sidebar__nav-toggle:hover,.sidebar__nav-group.is-active>.sidebar__nav-toggle{color:var(--bone);background:#171c2d}.sidebar__nav-toggle>span{flex:1}.sidebar__nav-chevron{flex:0 0 auto;transition:transform .2s ease}.sidebar__nav-group.is-open .sidebar__nav-chevron{transform:rotate(180deg)}.sidebar__subnav{display:grid;gap:2px;margin:4px 0 9px;padding-left:18px}.sidebar__subnav a{height:38px;margin:0;font-size:.76rem}.sidebar__subnav a svg{opacity:.75}.sidebar__footer{border-top:1px solid #272c3d;padding-top:16px}.sidebar__user{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:0 6px;overflow:hidden}.sidebar__avatar{display:grid;flex:0 0 auto;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--graphite);color:var(--bone);font-size:.68rem;font-weight:800}.sidebar__avatar img{width:100%;height:100%;object-fit:cover}.sidebar__user b,.sidebar__user small{display:block;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__user b{color:var(--bone);font-size:.76rem}.sidebar__user small{margin-top:3px;font-size:.6rem}.sidebar__action,.sidebar__collapse{display:flex;align-items:center;gap:12px;width:100%;height:40px;padding:0 12px;color:var(--silver);border:0;border-radius:8px;background:transparent;font-size:.77rem}.sidebar__action:hover,.sidebar__collapse:hover{color:var(--bone);background:#171c2d}.app-shell--collapsed .sidebar span:not(.brand__mark):not(.sidebar__avatar),.app-shell--collapsed .sidebar__label{display:none}.app-shell--collapsed .sidebar__nav a,.app-shell--collapsed .sidebar__nav-toggle,.app-shell--collapsed .sidebar__action,.app-shell--collapsed .sidebar__collapse{justify-content:center;padding:0}.app-shell--collapsed .sidebar__collapse svg{transform:rotate(180deg)}.mobile-menu{display:none}.main-content{min-height:100vh}.page{width:min(1440px,100%);margin:0 auto;padding:44px clamp(24px,4vw,68px) 80px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}.page-header h1{margin-bottom:8px;color:var(--navy)}.page-header__description{max-width:580px;margin-bottom:0;color:var(--muted);line-height:1.55}.page-header__action{flex:0 0 auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:43px;padding:0 18px;border:1px solid transparent;border-radius:9px;font-size:.82rem;font-weight:750;transition:transform .15s ease,background .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{color:var(--navy);background:var(--lime)}.button--primary:hover:not(:disabled){background:#c5ee3d}.button--secondary{color:var(--bone);background:var(--graphite)}.button--ghost{color:var(--navy);border-color:var(--border);background:transparent}.button--danger{color:#fff;background:#a7133f}.icon-button{display:grid;place-items:center;width:40px;height:40px;color:var(--muted);border:0;border-radius:8px;background:transparent}.icon-button:hover{background:var(--bone);color:var(--navy)}.badge{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:4px 9px;border-radius:7px;font-size:.64rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.badge--lime{color:#1b2600;background:var(--lime)}.badge--violet{color:#fff;background:var(--violet)}.badge--magenta{color:#fff;background:var(--magenta)}.badge--navy{color:var(--bone);background:var(--navy)}.badge--neutral{color:#57515f;background:#e4e0d8}.badge--warning{color:#7a3800;background:#f7cf6f}.loading,.full-loading{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.loading{min-height:220px}.loading svg{animation:spin 1s linear infinite}.full-loading{min-height:100vh;background:var(--bone)}@keyframes spin{to{transform:rotate(360deg)}}.notice{display:flex;align-items:center;gap:10px;margin:0 0 22px;padding:13px 15px;border-radius:9px;font-size:.82rem}.notice--error{color:#8a1740;background:#f6d9e3}.notice--success{color:#2d4b00;background:#e4f2b5}.empty-state{position:relative;isolation:isolate;padding:46px 30px;overflow:hidden;border-radius:12px;color:var(--silver);background:var(--navy)}.empty-state:after{position:absolute;z-index:-1;top:50%;right:-42px;width:210px;height:210px;opacity:.12;background:url(/brand/ace-spade.png) center / cover no-repeat;content:"";transform:translateY(-50%);pointer-events:none}.empty-state h3{margin-bottom:8px;color:var(--bone);font-size:1.4rem}.empty-state p:not(.eyebrow){max-width:480px;margin-bottom:20px;line-height:1.5}.empty-state .eyebrow{color:var(--lime)}.metric-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:16px;margin-bottom:16px}.metric-card{min-height:172px;padding:24px;border-radius:14px;background:var(--white);box-shadow:var(--shadow)}.metric-card--featured{position:relative;isolation:isolate;overflow:hidden;color:var(--bone);background:var(--navy)}.metric-card--featured:after{position:absolute;z-index:-1;top:50%;right:-58px;width:230px;height:230px;opacity:.22;background:url(/brand/orb-target.png) center / contain no-repeat;content:"";transform:translateY(-50%);pointer-events:none}.metric-card__top{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.dashboard-brand-emblem{display:grid;place-items:center;width:78px;height:78px;overflow:hidden;border:1px solid rgba(11,16,32,.08);border-radius:18px;background:var(--navy);box-shadow:0 0 12px #b7e61d38,0 0 30px #5b3fd62e,var(--shadow)}.dashboard-brand-emblem img{width:100%;height:100%;object-fit:cover;transform:scale(2.05)}.metric-card--featured .metric-card__top{color:var(--silver)}.metric-card strong{display:block;margin:28px 0 3px;color:var(--navy);font-family:Space Grotesk;font-size:clamp(2rem,3vw,2.7rem);letter-spacing:-.06em}.metric-card--compact-value strong{font-size:clamp(1.35rem,2vw,1.85rem);overflow-wrap:anywhere}.metric-card--featured strong{color:var(--lime)}.metric-card small{color:var(--muted);font-size:.72rem}.metric-card--featured small{color:var(--silver)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(330px,.9fr);gap:16px;margin-bottom:16px}.panel{padding:26px;border-radius:14px;background:var(--white);box-shadow:var(--shadow)}.panel--wide{margin-top:16px}.panel__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.panel__heading h2{margin:0;color:var(--navy);font-size:1.35rem}.panel__heading>a{display:flex;align-items:center;gap:6px;color:var(--violet);font-size:.75rem;font-weight:700}.pipeline{display:grid;gap:14px}.pipeline__row{display:grid;grid-template-columns:100px 1fr 24px;align-items:center;gap:12px;font-size:.77rem}.pipeline__row>span{color:var(--muted)}.pipeline__track{height:9px;overflow:hidden;border-radius:3px;background:#e6e1d9}.pipeline__track i{display:block;height:100%;border-radius:3px;background:var(--magenta)}.pipeline__row:nth-child(2n) .pipeline__track i{background:var(--violet)}.compact-list__row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 0;border-top:1px solid var(--border)}.compact-list__row:hover b{color:var(--violet)}.compact-list__row span,.compact-list__row b,.compact-list__row small{display:block}.compact-list__row b{color:var(--navy);font-size:.83rem}.compact-list__row small{margin-top:4px;color:var(--muted);font-size:.7rem}.compact-list__value{text-align:right}.data-table-wrap{overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.data-table{width:100%;min-width:620px;border-collapse:collapse;font-size:.8rem}.data-table th{padding:11px 14px;color:var(--muted);border-bottom:1px solid var(--border);font-size:.65rem;letter-spacing:.08em;text-align:left;text-transform:uppercase}.data-table td{padding:16px 14px;color:#504b57;border-bottom:1px solid var(--border)}.data-table td b{color:var(--navy)}.data-table td small{display:block;margin-top:3px;color:var(--muted)}.data-table tbody tr:hover{background:#f7f4ed}.table-action{padding:6px 9px;color:var(--violet);border:0;border-radius:6px;background:#ebe7fc;font-size:.7rem;font-weight:700;white-space:nowrap}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.segmented{display:flex;gap:4px;padding:4px;border-radius:10px;background:#dfdbd2}.segmented button{min-height:35px;padding:0 14px;color:var(--muted);border:0;border-radius:7px;background:transparent;font-size:.73rem;font-weight:700}.segmented button.active{color:var(--bone);background:var(--navy)}.search-box{display:flex;align-items:center;gap:9px;width:min(360px,100%);height:44px;padding:0 13px;color:var(--muted);border:1px solid var(--border);border-radius:9px;background:var(--white)}.search-box input{width:100%;border:0;outline:none;background:transparent;font-size:.8rem}.account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.account-card{display:flex;flex-direction:column;min-height:250px;padding:22px;border-radius:14px;background:var(--white);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.account-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px #1813241c}.account-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;color:var(--violet)}.account-logo,.user-avatar{display:grid;flex:0 0 auto;place-items:center;overflow:hidden;color:var(--bone);background:var(--navy);box-shadow:0 0 9px #b7e61d33,0 0 22px #5b3fd629}.user-avatar img{display:block;width:100%;height:100%;object-fit:cover}.user-avatar svg{width:48%;height:48%}.account-logo img{display:block;width:100%;height:100%;object-fit:contain;transform-origin:center}.account-logo--image{background:#10121b}.account-card__icon{width:41px;height:38px;border-radius:9px}.account-card__icon.account-logo--image{border:1px solid rgba(11,16,32,.12);box-shadow:0 3px 10px #0b10201f}.account-card__icon svg{width:21px}.account-card h2{margin:0 0 6px;color:var(--navy);font-size:1.4rem}.account-card__email{color:var(--muted);font-size:.78rem}.account-card__context{margin:8px 0 0;color:var(--violet);font-size:.7rem;font-weight:700;line-height:1.45;text-transform:capitalize}.account-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:22px;border-top:1px solid var(--border)}.account-card__footer>div{display:flex;flex-wrap:wrap;gap:5px}.account-card__footer small{color:var(--muted);font-size:.62rem;white-space:nowrap}.account-mini-dashboard{margin-bottom:38px}.accounts-list-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.accounts-list-heading h2{margin:0;color:var(--navy);font-size:1.65rem}.back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:22px;color:var(--muted);font-size:.76rem;font-weight:700}.account-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin:0 calc(clamp(24px,4vw,68px)*-1) 0;padding:30px clamp(24px,4vw,68px) 38px;color:var(--bone);background:var(--navy)}.account-hero__identity{display:flex;align-items:center;gap:22px;min-width:0}.account-hero__identity>div{min-width:0}.account-hero__logo{width:82px;height:82px;padding:8px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:var(--white)}.account-hero__logo.account-logo--image{padding:0;border-color:#ffffff3d;border-radius:22px;background:#10121b;box-shadow:0 0 12px #b7e61d38,0 0 30px #5b3fd633,0 12px 28px #00000047}.account-hero__logo svg{width:32px;height:32px;color:var(--navy)}.account-hero h1{margin:0;color:var(--bone)}.account-hero .eyebrow{color:var(--silver)}.account-hero__roles{display:flex;gap:6px;margin-bottom:20px}.account-hero__contact{display:flex;flex-wrap:wrap;gap:17px;margin-top:18px;color:var(--silver);font-size:.74rem}.account-hero__contact a{color:var(--lime)}.account-hero__contact span{display:inline-flex;align-items:center;gap:5px}.account-hero__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.logo-upload-field{display:flex;align-items:center;gap:13px;min-height:70px}.logo-upload-field .account-logo{width:64px;height:64px;padding:6px;border:1px solid var(--border);border-radius:12px;background:var(--white)}.logo-upload-field .account-logo--image{padding:0;border-radius:16px;background:#10121b;box-shadow:0 5px 14px #0b10201f}.logo-upload-field .account-logo svg{color:var(--navy)}.logo-upload-field>div{display:grid;flex:1;gap:6px;min-width:0}.logo-upload-field button{justify-self:start;padding:0;color:#a7133f;border:0;background:transparent;font-size:.7rem;font-weight:700}.logo-upload-field small{overflow:hidden;color:var(--muted);font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.form-grid__full{grid-column:1 / -1}.logo-editor{display:grid;grid-template-columns:190px minmax(0,1fr);grid-column:1 / -1;gap:24px;padding:20px;border:1px solid var(--border);border-radius:16px;background:#f7f4ed}.logo-editor__stage{display:grid;align-content:center;justify-items:center;min-height:190px;padding:16px;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--white)}.logo-editor__stage--oscuro{background:#171b2a}.logo-editor__stage--transparente{background-color:#fff;background-image:linear-gradient(45deg,#dedbd4 25%,transparent 25%),linear-gradient(-45deg,#dedbd4 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#dedbd4 75%),linear-gradient(-45deg,transparent 75%,#dedbd4 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.logo-editor__preview{width:132px;height:132px;border:1px solid rgba(11,16,32,.14);box-shadow:0 10px 24px #0b102029}.logo-editor__stage>small{margin-top:12px;color:var(--muted);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.logo-editor__controls{display:grid;align-content:start;gap:14px;min-width:0}.logo-editor__file,.logo-editor__sliders label,.logo-editor__selects label{display:grid;gap:7px;color:var(--navy);font-size:.7rem;font-weight:750}.logo-editor__file input{width:100%;min-width:0}.logo-editor__file small{overflow:hidden;color:var(--muted);font-weight:500;text-overflow:ellipsis;white-space:nowrap}.logo-editor__sliders{display:grid;gap:10px}.logo-editor__sliders label>span{display:flex;justify-content:space-between;gap:10px}.logo-editor__sliders b{color:var(--violet);font-variant-numeric:tabular-nums}.logo-editor__sliders input{width:100%;accent-color:var(--violet)}.logo-editor__selects{display:grid;grid-template-columns:1fr 1fr;gap:10px}.logo-editor__selects select{width:100%;height:40px;padding:0 10px;color:var(--navy);border:1px solid var(--border);border-radius:8px;background:var(--white)}.logo-editor__actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}.logo-editor__actions button{display:inline-flex;align-items:center;gap:6px;padding:0;color:var(--violet);border:0;background:transparent;font-size:.68rem;font-weight:750}.logo-editor__actions .logo-editor__remove{color:#a7133f}.solid-callout{padding:20px 24px;color:var(--bone);border-radius:0 0 12px 12px;background:var(--graphite)}.solid-callout p{margin:5px 0 0;color:var(--silver);font-size:.82rem;line-height:1.5}.solid-callout--row{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;border-radius:12px;background:var(--navy)}.detail-tabs{display:flex;gap:4px;margin:30px 0 0;overflow-x:auto;border-bottom:1px solid var(--border)}.detail-tabs button{min-height:48px;padding:0 15px;color:var(--muted);border:0;border-bottom:3px solid transparent;background:none;font-size:.76rem;font-weight:700;white-space:nowrap}.detail-tabs button.active{color:var(--navy);border-bottom-color:var(--magenta)}.detail-section{padding:27px 0}.detail-section__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.detail-section__heading h2{margin:0;color:var(--navy);font-size:1.65rem}.detail-section__actions{display:flex;align-items:flex-end;gap:9px}.detail-section__actions .select-wrap{width:190px}.detail-section__actions .select-wrap select{width:100%;height:43px;padding:0 34px 0 11px;color:var(--navy);border:1px solid var(--border);border-radius:9px;background:var(--white);font-size:.72rem;font-weight:650;-webkit-appearance:none;-moz-appearance:none;appearance:none}.tracking-form{padding:26px;border-radius:14px;background:var(--white);box-shadow:var(--shadow)}.lead-tracking{display:grid;gap:24px}.tracking-history{padding:26px;border-radius:14px;background:var(--white);box-shadow:var(--shadow)}.tracking-history>header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;color:var(--violet)}.tracking-history>header h3{margin:3px 0 0;color:var(--navy);font-size:1.35rem}.tracking-timeline{position:relative;display:grid;gap:13px}.tracking-timeline:before{position:absolute;top:12px;bottom:12px;left:6px;width:2px;background:#ddd6f4;content:""}.tracking-history__entry{position:relative;display:grid;grid-template-columns:14px minmax(0,1fr);gap:13px}.tracking-history__dot{z-index:1;width:14px;height:14px;margin-top:17px;border:3px solid var(--white);border-radius:50%;background:var(--violet);box-shadow:0 0 0 2px #c8bff0}.tracking-history__content{min-width:0;padding:16px 18px;border:1px solid var(--border);border-radius:11px;background:#fbfaf7}.tracking-history__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.tracking-history__top time{color:var(--muted);font-size:.68rem;font-weight:700}.tracking-history__top>div{display:flex;gap:5px}.tracking-history__top button{display:grid;place-items:center;width:30px;height:30px;padding:0;color:var(--muted);border:1px solid var(--border);border-radius:7px;background:var(--white)}.tracking-history__top button:hover{color:var(--violet);border-color:#bdb2e9;background:#f0edff}.tracking-history__top button:last-child:hover{color:#a7133f;border-color:#e4a7ba;background:#fff0f5}.tracking-history__badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.tracking-history__content p{margin:5px 0 0;color:var(--muted);font-size:.75rem;line-height:1.55}.record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.record-card{display:flex;flex-direction:column;padding:22px;border-radius:12px;background:var(--white);box-shadow:var(--shadow)}.record-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;color:var(--muted);font-size:.68rem;text-transform:capitalize}.record-card h3{margin-bottom:9px;color:var(--navy);font-size:1.2rem}.record-card p{color:var(--muted);font-size:.77rem;line-height:1.5}.record-card__amount{display:block;margin:7px 0 22px;color:var(--navy);font-family:Space Grotesk;font-size:1.8rem}.meeting-card__sync{display:inline-flex;align-items:center;gap:5px;color:var(--violet);font-weight:750;text-transform:none}.meeting-card__date{display:block;margin:4px 0 13px;color:var(--navy);font-size:.84rem;line-height:1.5}.meeting-card__links{display:grid;gap:8px;margin-top:14px}.record-card dl{margin:0 0 16px}.record-card dl div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px solid var(--border);font-size:.73rem}.record-card dt{color:var(--muted)}.record-card dd{margin:0;font-weight:700}.inline-link{display:inline-flex;align-items:center;gap:6px;color:var(--violet);font-size:.75rem;font-weight:700}.record-card__actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:18px}.record-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.record-actions button{display:grid;place-items:center;width:36px;height:36px;color:var(--muted);border:1px solid var(--border);border-radius:8px;background:var(--white)}.record-actions button:hover{color:var(--violet);border-color:#bdb2e9;background:#f0edff}.record-actions .record-actions__delete:hover,.sequence-card__actions .danger-icon:hover{color:#a7133f;border-color:#e4a7ba;background:#fff0f5}.record-actions--compact button{width:32px;height:32px}.table-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;white-space:nowrap}.check-list{border-radius:12px;overflow:hidden;background:var(--white);box-shadow:var(--shadow)}.check-row{display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:13px;padding:16px 19px;border-bottom:1px solid var(--border)}.check-row--editable{grid-template-columns:27px 1fr auto auto}.check-row>button{display:grid;place-items:center;width:23px;height:23px;color:var(--navy);border:1px solid #aaa5ae;border-radius:6px;background:transparent}.check-row.complete>button{border-color:var(--lime);background:var(--lime)}.check-row.complete b{color:var(--muted);text-decoration:line-through}.check-row span b,.check-row span small{display:block}.check-row span b{font-size:.8rem}.check-row span small,.check-row time{margin-top:3px;color:var(--muted);font-size:.68rem}.report-filters{display:flex;align-items:flex-end;gap:8px}.report-filters .select-wrap{min-width:160px}.report-filters .select-wrap:last-child{min-width:86px}.report-filters select{height:43px;padding:0 34px 0 12px;color:var(--navy);border:1px solid var(--border);border-radius:9px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--white);font-size:.75rem;font-weight:700}.month-input{min-width:150px;height:43px;padding:0 11px;color:var(--navy);border:1px solid var(--border);border-radius:9px;outline:none;background:var(--white);font-family:inherit;font-size:.75rem;font-weight:700;color-scheme:light}.month-input:focus{border-color:var(--violet);box-shadow:0 0 0 3px #5d34a81a}.finance-kpis .metric-card small{line-height:1.4}.cashflow-panel{margin-bottom:16px}.cashflow-scroll{overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.chart-legend{display:flex;align-items:center;gap:15px;color:var(--muted);font-size:.67rem}.chart-legend span{display:inline-flex;align-items:center;gap:6px}.chart-legend i{display:inline-block;width:18px;height:7px;border-radius:2px}.legend-paid{background:var(--lime)}.legend-pending{background:var(--magenta)}.cashflow-chart{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(5px,1.4vw,16px);min-height:270px;padding:10px 4px 0;border-bottom:1px solid var(--border)}.cashflow-column{display:grid;grid-template-rows:25px 200px 30px;min-width:0;text-align:center}.cashflow-column__value{align-self:start;overflow:hidden;color:var(--muted);font-size:.61rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.cashflow-column__plot{display:flex;flex-direction:column;justify-content:flex-end;width:min(42px,78%);height:190px;margin:auto auto 0;overflow:hidden;border-radius:5px 5px 0 0;background:#e8e3da}.cashflow-column__plot i{display:block;width:100%;min-height:0;transition:height .2s ease}.cashflow-column__pending{order:1;background:var(--magenta)}.cashflow-column__paid{order:2;background:var(--lime)}.cashflow-column>b{align-self:center;color:var(--muted);font-size:.63rem;font-weight:700;text-transform:capitalize}.report-split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:16px}.account-revenue-chart{display:grid;gap:18px}.account-revenue-row>div{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:8px;font-size:.74rem}.account-revenue-row a{overflow:hidden;color:var(--navy);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.account-revenue-row a:hover{color:var(--violet)}.account-revenue-row b{color:var(--muted);font-size:.7rem;white-space:nowrap}.account-revenue-row>span{display:block;height:10px;overflow:hidden;border-radius:3px;background:#e6e1d9}.account-revenue-row>span i{display:block;height:100%;border-radius:3px;background:var(--violet)}.operations-metrics{display:grid;gap:25px}.operations-metric>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:15px}.operations-metric span{color:var(--navy);font-size:.76rem;font-weight:700}.operations-metric b{color:var(--navy);font-family:Space Grotesk;font-size:1.15rem}.operations-metric small{display:block;margin-top:7px;color:var(--muted);font-size:.66rem}.operations-metric__track{height:9px;margin-top:9px;overflow:hidden;border-radius:3px;background:#e6e1d9}.operations-metric__track i{display:block;height:100%;border-radius:3px}.tone-magenta{background:var(--magenta)}.tone-violet{background:var(--violet)}.tone-lime{background:var(--lime)}.sequence-list{display:grid;gap:14px}.sequence-card{border-radius:14px;overflow:hidden;background:var(--white);box-shadow:var(--shadow)}.sequence-card__main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:22px}.sequence-card__icon{display:grid;place-items:center;width:48px;height:44px;border-radius:9px;color:var(--lime);background:var(--navy)}.sequence-card__title>div{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.68rem}.sequence-card__title h2{margin:9px 0 4px;color:var(--navy);font-size:1.2rem}.sequence-card__title p{margin:0;color:var(--muted);font-size:.75rem}.sequence-card__actions{display:flex;gap:6px}.sequence-card__actions button{display:grid;place-items:center;width:39px;height:39px;color:var(--muted);border:1px solid var(--border);border-radius:8px;background:transparent}.sequence-card__actions svg{transition:transform .2s ease}.sequence-card__actions svg.rotated{transform:rotate(180deg)}.sequence-detail{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:24px;border-top:1px solid var(--border);background:#f7f4ed}.sequence-detail>section+section{padding-left:30px;border-left:1px solid var(--border)}.sequence-detail__heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.sequence-detail__heading h3{margin:0;font-size:1rem}.step-list,.enrollment-list{display:grid;gap:8px}.step-list article,.enrollment-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:8px;background:var(--white)}.step-list article>span{flex:1}.step-list b,.step-list small,.enrollment-list b,.enrollment-list small{display:block}.step-list b,.enrollment-list b{color:var(--navy);font-size:.74rem}.step-list small,.enrollment-list small{margin-top:3px;color:var(--muted);font-size:.63rem}.enrollment-list>div>span:last-child{text-align:right}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;overflow-y:auto;background:#0b1020b8}.modal{width:min(660px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border-radius:15px;background:var(--white);box-shadow:0 28px 80px #0000004d}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:25px 27px 20px;border-bottom:1px solid var(--border)}.modal__header h2{margin:0;color:var(--navy);font-size:1.65rem}.modal__header p:last-child{margin:7px 0 0;color:var(--muted);font-size:.77rem}.modal-form{padding:25px 27px}.modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:24px;padding-top:18px;border-top:1px solid var(--border)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid--three{grid-template-columns:repeat(3,1fr)}.form-field{display:grid;gap:7px;margin-bottom:17px;color:var(--navy);font-size:.73rem;font-weight:700}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:43px;padding:10px 12px;color:var(--ink);border:1px solid #ccc7bd;border-radius:8px;outline:none;background:#fff;font-size:.8rem;font-weight:400}.form-field textarea{resize:vertical;line-height:1.5}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--violet);box-shadow:0 0 0 3px #5b3fd61a}.form-field small{color:var(--muted);font-size:.63rem;font-weight:400}.phone-country-input{display:grid;grid-template-columns:minmax(145px,.8fr) minmax(0,1.2fr);min-height:43px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--white)}.phone-country-input:focus-within{border-color:var(--violet);box-shadow:0 0 0 3px #5b3fd61a}.form-field .phone-country-input select,.form-field .phone-country-input input{width:100%;min-height:41px;border:0;border-radius:0;box-shadow:none}.form-field .phone-country-input select{padding-right:7px;border-right:1px solid var(--border);background:#f4f1e9;font-size:.7rem;font-weight:650}.form-field .phone-country-input input{min-width:0}.role-checks{display:flex;align-items:center;gap:12px;min-height:43px}.role-checks label{display:flex;align-items:center;gap:5px;font-size:.72rem}.role-checks input{width:16px;min-height:16px}.danger-callout{display:flex;align-items:flex-start;gap:11px;margin-bottom:20px;padding:14px 15px;color:#811235;border:1px solid #f1b7ca;border-radius:9px;background:#fff0f5}.danger-callout svg{flex:0 0 auto;margin-top:1px}.danger-callout p{margin:0;font-size:.78rem;line-height:1.55}.code-input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace!important}.select-wrap{position:relative;display:grid}.select-wrap svg{position:absolute;right:12px;bottom:13px;pointer-events:none}.calendar-page{max-width:1500px}.calendar-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}.calendar-header h1{margin-bottom:8px;color:var(--navy)}.calendar-header p:last-child{margin-bottom:0;color:var(--muted)}.calendar-connect{display:grid;justify-items:center;min-height:500px;padding:70px 30px;text-align:center;border-radius:16px;color:var(--bone);background:var(--navy);box-shadow:var(--shadow)}.calendar-connect__icon{display:grid;place-items:center;width:78px;height:74px;margin-bottom:30px;border-radius:18px;color:var(--navy);background:var(--lime);box-shadow:0 0 45px #b7e61d2e}.calendar-connect__icon svg{width:34px;height:34px}.calendar-connect .eyebrow{color:var(--lime)}.calendar-connect h2{max-width:560px;margin:0 0 12px;font-size:clamp(1.8rem,4vw,3rem)}.calendar-connect>p:not(.eyebrow){max-width:590px;margin-bottom:28px;color:var(--silver);line-height:1.65}.calendar-connect small{margin-top:16px;color:#888794}.calendar-connection-bar{display:grid;grid-template-columns:minmax(230px,1fr) minmax(260px,.8fr) auto;align-items:end;gap:18px;margin-bottom:18px;padding:17px 20px;border-radius:13px;background:var(--white);box-shadow:var(--shadow)}.calendar-connection__identity{display:flex;align-items:center;gap:12px;min-width:0}.calendar-connection__identity>span{display:grid;flex:0 0 auto;place-items:center;width:42px;height:40px;color:var(--navy);border-radius:9px;background:var(--lime)}.calendar-connection__identity b,.calendar-connection__identity small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-connection__identity b{color:var(--navy);font-size:.82rem}.calendar-connection__identity small{margin-top:4px;color:var(--muted);font-size:.68rem}.calendar-picker{display:grid;gap:6px;color:var(--muted);font-size:.66rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.calendar-picker select{width:100%;height:43px;padding:0 12px;color:var(--navy);border:1px solid var(--border);border-radius:9px;background:var(--white);font-size:.78rem;font-weight:600;letter-spacing:0;text-transform:none}.calendar-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:20px 0 16px}.calendar-toolbar h2{margin:0;color:var(--navy);font-size:1.4rem;text-align:center}.calendar-toolbar>.button{justify-self:end}.calendar-toolbar__nav{display:flex;align-items:center;gap:5px}.calendar-toolbar__nav button{display:grid;place-items:center;min-width:40px;height:40px;padding:0 10px;color:var(--navy);border:1px solid var(--border);border-radius:8px;background:var(--white)}.calendar-toolbar__nav .calendar-today{display:block;font-size:.73rem;font-weight:750}.month-calendar{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--white);box-shadow:var(--shadow)}.month-calendar__weekdays,.month-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.month-calendar__weekdays{color:var(--muted);border-bottom:1px solid var(--border);background:#ebe7de;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.month-calendar__weekdays span{padding:12px;text-align:center}.calendar-day{min-width:0;min-height:126px;padding:9px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white)}.calendar-day:nth-child(7n){border-right:0}.calendar-day:nth-last-child(-n+7){border-bottom:0}.calendar-day.is-outside{background:#f8f5ef}.calendar-day.is-outside .calendar-day__number,.calendar-day.is-outside .calendar-day__events{opacity:.42}.calendar-day__number{display:grid;place-items:center;width:27px;height:27px;margin:0 0 6px auto;padding:0;color:var(--muted);border:0;border-radius:50%;background:transparent;font-size:.7rem;font-weight:750}.calendar-day__number:hover{background:#e9e4da}.calendar-day.is-today .calendar-day__number{color:var(--navy);background:var(--lime)}.calendar-day__events{display:grid;gap:4px}.calendar-day__events button{display:block;width:100%;padding:5px 7px;overflow:hidden;color:var(--bone);border:0;border-radius:5px;background:var(--violet);font-size:.62rem;font-weight:650;text-align:left;text-overflow:ellipsis;white-space:nowrap}.calendar-day__events button:nth-child(2n){background:var(--magenta)}.calendar-day__events button span{margin-right:5px;opacity:.7;font-size:.56rem}.calendar-day__events small{color:var(--muted);font-size:.59rem;font-weight:700}.calendar-agenda{margin-top:30px;padding:26px;border-radius:14px;background:var(--white);box-shadow:var(--shadow)}.calendar-agenda h2{margin-bottom:20px;color:var(--navy)}.calendar-agenda .empty-state{padding:28px}.agenda-list{display:grid}.agenda-list>button{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:15px;width:100%;padding:14px 6px;color:var(--muted);border:0;border-top:1px solid var(--border);background:transparent;text-align:left}.agenda-list>button:hover{background:#f8f5ef}.agenda-list time{display:grid;place-items:center;width:45px;height:48px;color:var(--navy);border-radius:8px;background:#ebe7de}.agenda-list time b{font-family:Space Grotesk;font-size:1.15rem;line-height:1}.agenda-list time span{font-size:.57rem;font-weight:750;text-transform:uppercase}.agenda-list__copy{min-width:0}.agenda-list__copy>b{display:block;overflow:hidden;color:var(--navy);font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.agenda-list__copy small{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:5px;color:var(--muted);font-size:.68rem}.agenda-list__copy small svg:not(:first-child){margin-left:8px}.calendar-form-grid{margin-top:15px}.calendar-google-link{margin-top:13px}.modal__actions-spacer{flex:1}.spin{animation:spin 1s linear infinite}.profile-grid,.admin-grid{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr);gap:18px}.profile-card{align-self:start}.profile-photo-editor{display:flex;align-items:center;gap:22px;margin-bottom:26px;padding:20px;border-radius:14px;background:var(--navy)}.profile-photo-editor__avatar{width:112px;height:112px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.profile-photo-editor>div{display:grid;justify-items:start;gap:9px;min-width:0}.profile-photo-editor .eyebrow{margin:0;color:var(--lime)}.profile-photo-editor small{color:var(--silver);font-size:.62rem}.profile-file-button{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 12px;color:var(--navy);border-radius:8px;background:var(--lime);font-size:.7rem;font-weight:800;cursor:pointer}.profile-file-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-remove-photo{display:inline-flex;align-items:center;gap:5px;padding:0;color:#f08bab;border:0;background:transparent;font-size:.65rem;font-weight:700}.profile-role{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:13px 14px;border:1px solid var(--border);border-radius:9px;color:var(--muted);font-size:.72rem}.profile-role b{color:var(--violet);text-transform:capitalize}.admin-create{align-self:start}.admin-user-list{display:grid}.admin-user-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:13px;padding:15px 0;border-top:1px solid var(--border)}.admin-user-list article>div{min-width:0}.admin-user-list b,.admin-user-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-list b{color:var(--navy);font-size:.78rem}.admin-user-list small{margin-top:3px;color:var(--muted);font-size:.62rem}.admin-user-icon{display:grid;place-items:center;width:38px;height:38px;color:var(--lime);border-radius:9px;background:var(--navy);box-shadow:0 0 9px #b7e61d2e,0 0 20px #5b3fd624}.admin-user-list article>button{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 10px;color:var(--violet);border:1px solid #d7d0f2;border-radius:8px;background:#f2effc;font-size:.66rem;font-weight:750}.recovery-page{display:grid;min-height:100vh;place-items:center;padding:24px;color:var(--bone);background:radial-gradient(circle at 70% 20%,rgba(91,63,214,.2),transparent 36%),var(--navy)}.recovery-card{width:min(500px,100%);padding:36px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#111628;box-shadow:0 0 25px #b7e61d1a,0 24px 70px #0000004d}.recovery-card .brand{margin-bottom:42px}.recovery-card h1{color:var(--bone)}.recovery-card>p:not(.eyebrow){color:var(--silver);line-height:1.55}.recovery-card .form-field{color:var(--bone)}.recovery-card .button{width:100%}.dropbox-page{max-width:1500px}.dropbox-connect{display:grid;justify-items:center;min-height:470px;padding:65px 28px;text-align:center;border-radius:18px;color:var(--bone);background:radial-gradient(circle at 50% 25%,rgba(91,63,214,.22),transparent 34%),var(--navy);box-shadow:var(--shadow)}.dropbox-connect>span{display:grid;place-items:center;width:82px;height:78px;margin-bottom:28px;color:var(--navy);border-radius:18px;background:var(--lime);box-shadow:0 0 16px #b7e61d42,0 0 38px #5b3fd633}.dropbox-connect .eyebrow{color:var(--lime)}.dropbox-connect h2{margin-bottom:10px;font-size:clamp(1.8rem,4vw,3rem)}.dropbox-connect>p:not(.eyebrow){max-width:590px;margin-bottom:26px;color:var(--silver);line-height:1.6}.dropbox-identity{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:15px 18px;border-radius:12px;background:var(--white);box-shadow:var(--shadow)}.dropbox-identity>span{display:grid;place-items:center;width:42px;height:40px;color:var(--navy);border-radius:9px;background:var(--lime);box-shadow:0 0 9px #b7e61d33,0 0 20px #5b3fd624}.dropbox-identity b,.dropbox-identity small{display:block}.dropbox-identity b{color:var(--navy);font-size:.8rem}.dropbox-identity small{margin-top:3px;color:var(--muted);font-size:.65rem}.dropbox-permission-action{display:flex;justify-content:flex-end;margin:-10px 0 20px}.dropbox-browser{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--white);box-shadow:var(--shadow)}.dropbox-browser__toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px;padding:11px 14px;border-bottom:1px solid var(--border);background:#f3efe7}.dropbox-browser__toolbar nav,.dropbox-browser__toolbar nav span,.dropbox-browser__toolbar>div{display:flex;align-items:center;gap:5px;min-width:0}.dropbox-browser__toolbar nav{overflow-x:auto;scrollbar-width:none}.dropbox-browser__toolbar nav::-webkit-scrollbar{display:none}.dropbox-browser__toolbar nav button,.dropbox-refresh{display:grid;flex:0 0 auto;place-items:center;min-width:34px;height:34px;padding:0 8px;color:var(--violet);border:0;border-radius:7px;background:transparent;font-size:.68rem;font-weight:700;white-space:nowrap}.dropbox-browser__toolbar nav button:hover,.dropbox-refresh:hover{background:#e7e1f6}.dropbox-browser__toolbar nav span svg{flex:0 0 auto;color:var(--muted)}.dropbox-loading{display:flex;align-items:center;justify-content:center;gap:9px;min-height:220px;color:var(--muted);font-size:.75rem}.dropbox-loading svg{animation:spin 1s linear infinite}.dropbox-entry-list{display:grid;padding:6px 14px 14px}.dropbox-entry{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;border-bottom:1px solid #ebe7de}.dropbox-entry>span{display:grid;place-items:center;width:38px;height:38px;color:var(--muted);border-radius:8px;background:#ece8df}.dropbox-entry--folder>span{color:var(--navy);background:var(--lime);box-shadow:0 0 7px #b7e61d29}.dropbox-entry>button:not(.dropbox-entry__select):not(.dropbox-entry__open){min-width:0;padding:8px 0;color:var(--navy);border:0;background:transparent;text-align:left}.dropbox-entry b,.dropbox-entry small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropbox-entry b{font-size:.76rem}.dropbox-entry small{margin-top:4px;color:var(--muted);font-size:.62rem;font-weight:500}.dropbox-entry__select,.dropbox-entry__open{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 10px;color:var(--violet);border:1px solid #d8d1f1;border-radius:7px;background:#f3f0fc;font-size:.65rem;font-weight:750;white-space:nowrap}.dropbox-browser--compact{box-shadow:none}.dropbox-browser--compact .dropbox-entry-list{max-height:390px;overflow-y:auto}.dropbox-browser--compact .dropbox-browser__toolbar{min-height:56px}.dropbox-picker-modal{padding:22px}.deliverables-section{display:grid;gap:20px}.account-dropbox-panel{display:grid;gap:15px;padding:20px;border-radius:14px;background:#ebe7de}.account-dropbox-panel>header{display:flex;align-items:center;justify-content:space-between;gap:18px}.account-dropbox-panel h3{margin:0;color:var(--navy);font-size:1rem;overflow-wrap:anywhere}.account-dropbox-panel>header>div:last-child{display:flex;align-items:center;gap:8px}.account-dropbox-panel>header>div:last-child>button:not(.button){padding:0;color:#a7133f;border:0;background:transparent;font-size:.68rem;font-weight:700}.account-dropbox-callout{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid #d8d1f1;border-radius:13px;background:#f2effc}.account-dropbox-callout>svg{flex:0 0 auto;color:var(--violet)}.account-dropbox-callout>div{flex:1}.account-dropbox-callout b{display:block;color:var(--navy);font-size:.78rem}.account-dropbox-callout p{margin:4px 0 0;color:var(--muted);font-size:.66rem}.login-page{display:grid;grid-template-columns:minmax(420px,1.15fr) minmax(420px,.85fr);min-height:100vh;background:var(--bone)}.login-story{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:clamp(35px,6vw,78px);overflow:hidden;color:var(--bone);background:var(--navy)}.login-story__art{position:absolute;z-index:-1;right:-16%;bottom:5%;width:min(720px,74%);opacity:.42;pointer-events:none}.login-story__copy{max-width:650px}.login-story h1{margin-bottom:24px;color:var(--bone);font-size:clamp(3.2rem,6vw,6rem);line-height:.91}.login-story__copy>p:last-child{max-width:510px;color:var(--silver);font-size:1.03rem;line-height:1.6}.login-story__footer{display:flex;justify-content:space-between;gap:20px;padding-top:19px;color:var(--silver);border-top:1px solid #303548;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.login-panel{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:clamp(35px,7vw,100px)}.login-form-wrap{width:min(430px,100%);margin:auto}.login-lock{display:inline-flex;align-items:center;gap:8px;margin-bottom:44px;padding:8px 10px;color:var(--muted);border:1px solid var(--border);border-radius:8px;font-size:.67rem;font-weight:700;text-transform:uppercase}.login-form-wrap h2{margin:0 0 10px;color:var(--navy);font-size:2.2rem}.login-intro{margin-bottom:32px;color:var(--muted);font-size:.83rem}.login-form-wrap form .button{width:100%;margin-top:7px}.login-help{margin:auto auto 0;color:var(--muted);font-size:.68rem;text-align:center}@media(max-width:1100px){.metric-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.account-grid,.record-grid{grid-template-columns:1fr 1fr}.report-split{grid-template-columns:1fr}.login-page{grid-template-columns:1fr 1fr}.login-story h1{font-size:clamp(2.8rem,6vw,4.5rem)}}@media(max-width:800px){.app-shell,.app-shell--collapsed{padding-left:0}.sidebar,.app-shell--collapsed .sidebar{width:min(310px,88vw);height:100dvh;padding-top:max(20px,env(safe-area-inset-top));padding-bottom:max(16px,env(safe-area-inset-bottom));transform:translate(-100%);box-shadow:20px 0 50px #00000040}.sidebar--open{transform:translate(0)}.sidebar__top{padding-bottom:24px}.app-shell--collapsed .sidebar span:not(.brand__mark):not(.sidebar__avatar),.app-shell--collapsed .sidebar__label{display:initial}.app-shell--collapsed .sidebar__nav a,.app-shell--collapsed .sidebar__nav-toggle,.app-shell--collapsed .sidebar__action,.app-shell--collapsed .sidebar__collapse{justify-content:flex-start;padding:0 13px}.sidebar__collapse{display:none}.sidebar__mobile-close{display:grid;place-items:center;width:44px;height:44px;padding:0;border-radius:9px}.sidebar-scrim{position:fixed;z-index:25;top:0;right:0;bottom:0;left:0;border:0;background:#0b10208c}.mobile-menu{position:fixed;z-index:20;top:max(12px,env(safe-area-inset-top));left:max(14px,env(safe-area-inset-left));display:grid;place-items:center;width:46px;height:46px;color:var(--bone);border:0;border-radius:10px;background:var(--navy);box-shadow:var(--shadow)}.page{padding-top:calc(76px + env(safe-area-inset-top))}.page-header{align-items:flex-start}.sequence-detail{grid-template-columns:1fr}.sequence-detail>section+section{padding:25px 0 0;border:0;border-top:1px solid var(--border)}.login-page{grid-template-columns:1fr;min-height:100svh}.login-story{min-height:auto;padding:max(24px,env(safe-area-inset-top)) 28px 24px}.login-story__art{right:-95px;bottom:-120px;width:390px;opacity:.34}.login-story__copy{margin:42px 0 6px}.login-story h1{max-width:620px;font-size:clamp(2.25rem,8vw,3.4rem)}.login-story__copy>p:last-child{max-width:610px;font-size:.9rem}.login-story__footer{display:none}.login-panel{min-height:auto;padding:38px max(28px,env(safe-area-inset-right)) max(28px,env(safe-area-inset-bottom)) max(28px,env(safe-area-inset-left))}.login-lock{margin-bottom:28px}.login-help{margin-top:34px}.cashflow-column{grid-template-rows:23px 160px 28px}.cashflow-column__plot{height:150px}.cashflow-chart{min-height:225px;gap:4px}}@media(max-width:600px){h1{font-size:clamp(2.25rem,11vw,3rem)}.page{padding-right:max(14px,env(safe-area-inset-right));padding-bottom:max(44px,env(safe-area-inset-bottom));padding-left:max(14px,env(safe-area-inset-left))}.page-header{display:block;margin-bottom:26px}.page-header__description{font-size:.86rem;line-height:1.5}.page-header__action{margin-top:18px}.page-header__action .button{width:100%;min-height:48px}.profile-grid,.admin-grid{grid-template-columns:1fr}.profile-photo-editor{align-items:flex-start;flex-direction:column;padding:18px}.profile-photo-editor__avatar{width:104px;height:104px}.admin-user-list article{grid-template-columns:auto minmax(0,1fr) auto}.admin-user-list article>.badge{align-self:start}.admin-user-list article>button{grid-column:2 / -1;justify-self:start;min-height:42px}.recovery-card{padding:27px 20px}.dropbox-connect{min-height:420px;padding:50px 20px}.dropbox-browser__toolbar{align-items:stretch;flex-direction:column}.dropbox-browser__toolbar>div{justify-content:space-between}.dropbox-entry{grid-template-columns:auto minmax(0,1fr);padding:8px 0}.dropbox-entry__select,.dropbox-entry__open{grid-column:2;justify-self:start;min-height:40px}.account-dropbox-panel>header,.account-dropbox-callout{align-items:stretch;flex-direction:column}.account-dropbox-panel>header>div:last-child{align-items:stretch;flex-direction:column}.account-dropbox-panel>header .button,.account-dropbox-callout .button{width:100%}.dropbox-picker-modal{padding:15px}.dashboard-brand-emblem{width:64px;height:64px;border-radius:15px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.account-grid,.record-grid{grid-template-columns:1fr;gap:12px}.metric-card{min-height:138px;padding:17px;border-radius:12px}.metric-card__top{align-items:flex-start;gap:8px;font-size:.61rem;line-height:1.3}.metric-card__top svg{flex:0 0 auto;width:18px;height:18px}.metric-card strong{margin-top:22px;font-size:clamp(1.65rem,8vw,2.1rem);overflow-wrap:anywhere}.metric-card small{font-size:.65rem;line-height:1.35}.finance-kpis .metric-card strong{font-size:clamp(1.35rem,6.2vw,1.72rem)}.panel{padding:19px;border-radius:12px}.panel__heading{flex-wrap:wrap;gap:12px;margin-bottom:20px}.panel__heading h2{font-size:1.2rem}.dashboard-grid,.report-split{gap:12px}.pipeline__row{grid-template-columns:76px 1fr 22px;gap:8px;font-size:.7rem}.compact-list__row{gap:10px;padding:14px 0}.compact-list__row b{font-size:.77rem}.data-table{min-width:590px;font-size:.75rem}.data-table th{padding:10px 11px}.data-table td{padding:14px 11px}.toolbar{align-items:stretch;flex-direction:column}.segmented{overflow-x:auto}.search-box{width:100%}.search-box{height:48px}.search-box input{font-size:1rem}.account-card{min-height:220px;padding:19px}.account-card__top{margin-bottom:20px}.account-card__footer{padding-top:18px}.account-mini-dashboard{margin-bottom:30px}.accounts-list-heading{align-items:stretch;flex-direction:column;gap:15px}.accounts-list-heading .search-box{width:100%}.empty-state{padding:34px 20px}.empty-state h3{font-size:1.25rem}.report-filters{align-items:stretch;flex-direction:column}.report-filters .select-wrap,.report-filters .select-wrap:last-child,.month-input{width:100%;min-width:0}.report-filters select,.month-input{height:48px;font-size:1rem}.chart-legend{flex-wrap:wrap;gap:8px 14px}.cashflow-panel .panel__heading{align-items:flex-start}.cashflow-column__value{display:none}.cashflow-column{grid-template-rows:145px 25px}.cashflow-column__plot{height:138px;width:82%}.cashflow-chart{min-height:180px}.cashflow-chart--monthly{min-width:610px}.account-hero{align-items:flex-start;flex-direction:column;margin-right:calc(0px - max(14px,env(safe-area-inset-right)));margin-left:calc(0px - max(14px,env(safe-area-inset-left)));padding:26px max(14px,env(safe-area-inset-right)) 30px max(14px,env(safe-area-inset-left))}.account-hero__identity{align-items:flex-start;flex-direction:column;gap:16px}.account-hero__logo{width:70px;height:70px}.account-hero h1{font-size:2.35rem;overflow-wrap:anywhere}.account-hero__contact{align-items:flex-start;flex-direction:column;gap:9px}.account-hero__actions{width:100%}.account-hero__actions .button{flex:1 1 145px;min-height:48px}.solid-callout{padding:18px}.solid-callout--row{align-items:flex-start;flex-direction:column;gap:16px}.detail-tabs{margin-top:24px;scrollbar-width:none}.detail-tabs::-webkit-scrollbar{display:none}.detail-tabs button{min-height:50px;padding:0 13px}.detail-section{padding-top:22px}.detail-section__heading{align-items:stretch;flex-direction:column;gap:14px}.detail-section__actions{align-items:stretch;flex-direction:column}.detail-section__actions .select-wrap{width:100%}.detail-section__actions .select-wrap select,.detail-section__heading .button{width:100%;min-height:48px}.tracking-form,.record-card{padding:19px}.tracking-history{padding:19px 14px}.tracking-history__content{padding:14px}.tracking-history__top{align-items:flex-start}.form-grid,.form-grid--three{grid-template-columns:1fr;gap:0}.logo-editor{grid-template-columns:1fr;gap:18px;padding:15px}.logo-editor__stage{min-height:174px}.logo-editor__preview{width:124px;height:124px}.logo-editor__selects{grid-template-columns:1fr}.logo-editor__selects select,.form-field input,.form-field select,.form-field textarea{min-height:48px;font-size:1rem}.phone-country-input{grid-template-columns:minmax(128px,.9fr) minmax(0,1.1fr);min-height:48px}.form-field .phone-country-input select,.form-field .phone-country-input input{min-height:46px}.form-field .phone-country-input select{font-size:.76rem}.role-checks{flex-wrap:wrap;gap:10px 16px;min-height:48px}.role-checks label{min-height:36px;font-size:.8rem}.role-checks input{width:20px;min-height:20px}.calendar-header{align-items:stretch;flex-direction:column;gap:18px;margin-bottom:24px}.calendar-header .button{width:100%;min-height:48px}.calendar-connect{min-height:430px;padding:48px 20px}.calendar-connection-bar{grid-template-columns:1fr;align-items:stretch;gap:14px;padding:16px}.calendar-connection-bar .button{min-height:48px}.calendar-picker select{height:48px;font-size:1rem}.calendar-toolbar{grid-template-columns:1fr auto;gap:12px}.calendar-toolbar h2{grid-column:1 / -1;grid-row:1;font-size:1.25rem}.calendar-toolbar__nav{grid-column:1;grid-row:2}.calendar-toolbar>.button{grid-column:2;grid-row:2;min-height:42px;padding:0 12px}.month-calendar{border-radius:10px}.month-calendar__weekdays span{padding:9px 2px;font-size:.55rem}.calendar-day{min-height:67px;padding:5px}.calendar-day__number{width:24px;height:24px;margin-bottom:4px;font-size:.65rem}.calendar-day__events{gap:3px}.calendar-day__events button{height:6px;padding:0;border-radius:3px;font-size:0}.calendar-day__events button span{display:none}.calendar-day__events small{font-size:.51rem}.calendar-agenda{margin-top:18px;padding:18px 14px}.agenda-list>button{grid-template-columns:44px 1fr auto;gap:11px;padding:13px 2px}.agenda-list__copy>b{font-size:.77rem}.agenda-list__copy small{font-size:.62rem}.calendar-form-grid{margin-top:12px}.modal__actions-spacer{display:none}.sequence-card__main{grid-template-columns:auto 1fr;gap:14px;padding:18px}.sequence-card__icon{width:43px;height:41px}.sequence-card__actions{grid-column:1 / -1;justify-content:flex-end}.sequence-card__actions button{width:44px;height:44px}.sequence-detail{padding:19px}.sequence-detail__heading{align-items:stretch;flex-direction:column}.sequence-detail__heading .button{width:100%}.step-list article,.enrollment-list>div{align-items:flex-start}.check-row{grid-template-columns:30px 1fr;padding:15px}.check-row>button{width:28px;height:28px}.check-row time{grid-column:2}.check-row--editable .record-actions{grid-column:2;margin:4px 0 0}.record-card__actions{flex-wrap:wrap}.record-actions button{width:42px;height:42px}.table-actions .record-actions button{width:38px;height:38px}.modal-backdrop{align-items:end;padding:0}.modal{width:100%;max-height:92dvh;border-radius:16px 16px 0 0}.modal__header{padding:21px 19px 17px}.modal-form{padding:20px 19px max(20px,env(safe-area-inset-bottom))}.modal__actions{position:sticky;bottom:0;gap:8px;margin-right:-19px;margin-left:-19px;padding:14px 19px max(14px,env(safe-area-inset-bottom));background:var(--white)}.modal__actions .button{flex:1;min-height:48px;padding:0 11px}.login-story{padding:max(19px,env(safe-area-inset-top)) 20px 20px}.login-story__art{right:-72px;bottom:-86px;width:270px;opacity:.3}.login-story__copy{margin:28px 0 0}.login-story__copy .eyebrow,.login-story__copy>p:last-child{display:none}.login-story h1{margin:0;font-size:1.9rem;line-height:1}.login-panel{padding:32px max(20px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))}.login-lock{margin-bottom:24px}.login-form-wrap h2{font-size:1.9rem}.login-intro{margin-bottom:25px}.login-form-wrap form .button{min-height:50px}}
