:root{--navy-950: #071327;--navy-900: #0d2547;--navy-800: #173462;--blue-650: #2244d3;--blue-600: #3359e0;--blue-500: #4f72ff;--blue-400: #7b93ff;--blue-100: #dfe5ff;--blue-50: #f2f5ff;--white: #ffffff;--slate-700: #334155;--slate-600: #475569;--slate-500: #64748b;--slate-300: #cbd5e1;--slate-200: #e2e8f0;--slate-100: #f1f5f9;--slate-50: #f8fafc;--success: #059669;--warning: #d97706;--danger: #dc2626;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(11, 27, 54, .06);--shadow: 0 4px 6px -1px rgba(11, 27, 54, .09), 0 2px 4px -2px rgba(11, 27, 54, .06);--shadow-md: 0 10px 40px -10px rgba(22, 49, 97, .16);--shadow-lg: 0 25px 50px -12px rgba(14, 38, 83, .22);--font: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Plus Jakarta Sans", var(--font);--ease: cubic-bezier(.4, 0, .2, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;-webkit-font-smoothing:antialiased}body{font-family:var(--font);background:var(--slate-50);color:var(--navy-950);min-height:100vh;line-height:1.55}a{color:var(--blue-600);text-decoration:none;transition:color .15s var(--ease)}a:hover{color:var(--blue-650);text-decoration:underline}.hidden{display:none!important}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:grid;place-items:center;background:#f8fafcb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:opacity .25s var(--ease),visibility .25s}.page-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}.page-loader__inner{display:flex;flex-direction:column;align-items:center;gap:.75rem}.page-loader__spinner{width:36px;height:36px;border:3px solid var(--slate-200);border-top-color:var(--blue-500);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-loader__text{font-size:.8rem;font-weight:600;color:var(--slate-500);letter-spacing:.06em;text-transform:uppercase}.toast-host{position:fixed;bottom:1.5rem;right:1.5rem;z-index:10000;display:flex;flex-direction:column;gap:.5rem;max-width:min(400px,calc(100vw - 2rem));pointer-events:none}.toast{pointer-events:auto;padding:.85rem 1.1rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:500;box-shadow:var(--shadow-md);border:1px solid transparent;transform:translate(120%);opacity:0;transition:transform .35s var(--ease-spring),opacity .25s var(--ease)}.toast--show{transform:translate(0);opacity:1}.toast--info{background:var(--white);border-color:var(--slate-200);color:var(--slate-700)}.toast--success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.toast--error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(300px,1.05fr) minmax(360px,1fr)}@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-brand:not(.auth-brand--compact){min-height:auto}.auth-brand--compact{min-height:140px}}.auth-brand{position:relative;background:linear-gradient(160deg,#0c1a2e 0%,var(--navy-950) 45%,#050a10 100%);color:var(--white);padding:2.75rem 2.25rem;display:flex;align-items:flex-start;overflow:hidden}.auth-brand--login{padding-top:3rem;padding-bottom:3rem}.auth-brand--compact{padding:1.75rem 2rem;min-height:auto}.auth-brand__mesh{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(59,130,246,.1) 1px,transparent 1px);background-size:22px 22px;opacity:.55;pointer-events:none}.auth-brand__accent{position:absolute;top:-20%;right:-15%;width:55%;height:70%;background:radial-gradient(ellipse at center,rgba(37,99,235,.22) 0%,transparent 68%);pointer-events:none}.auth-brand__content{position:relative;z-index:1;max-width:440px}.auth-brand__eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#93c5fdd9;margin-bottom:1rem}.auth-brand__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.85rem);font-weight:700;letter-spacing:-.03em;margin-top:1rem;line-height:1.2}.auth-brand__title--login{margin-top:1.25rem;font-size:clamp(1.65rem,3.2vw,2rem);color:#fffffffa}.auth-brand__lead{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:#fffffff2;margin-top:1.1rem;letter-spacing:-.02em}.auth-brand__tagline{margin-top:.5rem;font-size:.95rem;opacity:.78;line-height:1.55}.auth-brand__tagline--lead{margin-top:.85rem;font-size:.92rem;opacity:.88;max-width:38ch}.auth-brand__quotes{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.auth-brand__quote{font-size:.82rem;line-height:1.65;color:#ffffffd1;padding:.85rem 1rem .85rem .95rem;border-left:3px solid rgba(96,165,250,.55);background:#ffffff0a;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.auth-brand__quote--secondary{opacity:.95;border-left-color:#f8717173}.auth-brand__quote-mark{color:#93c5fdbf;font-weight:700;margin-right:.15em}.auth-brand__quote-end{color:#93c5fd8c;font-weight:600}.auth-brand__quote--secondary .auth-brand__quote-mark,.auth-brand__quote--secondary .auth-brand__quote-end{color:#fca5a5a6}.auth-brand__site-link{display:inline-block;margin-top:1.35rem;font-size:.82rem;font-weight:600;color:#93c5fdf2!important;text-decoration:none!important;letter-spacing:.02em}.auth-brand__site-link:hover{color:var(--white)!important;text-decoration:underline!important}.auth-main{display:grid;place-items:center;padding:2rem 1.5rem 3rem;background:linear-gradient(180deg,var(--slate-50) 0%,var(--white) 45%,#fafbfc 100%)}.auth-main--login{position:relative}.auth-main--login:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(135deg,rgba(29,66,138,.03) 0%,transparent 42%);pointer-events:none}.brand-logo-frame{display:inline-block;background:var(--white);border-radius:12px;padding:.55rem .85rem;box-shadow:0 8px 28px #0000002e;line-height:0}.brand-logo-frame--hero .brand-logo{height:auto;max-height:46px;width:auto;max-width:min(260px,88vw);object-fit:contain;display:block}.brand-logo-frame--sidebar{padding:.4rem .55rem;border-radius:10px;width:100%;max-width:100%;box-sizing:border-box}.brand-logo-frame--sidebar .brand-logo{height:auto;max-height:34px;width:100%;max-width:200px;object-fit:contain;object-position:left center;display:block}.login-card{position:relative;z-index:1;width:min(420px,100%);background:var(--white);border-radius:var(--radius-lg);padding:2rem 2rem 1.75rem;border:1px solid var(--slate-200);box-shadow:var(--shadow)}.login-card--elevated{box-shadow:var(--shadow-lg);animation:cardIn .45s var(--ease) both}@keyframes cardIn{0%{opacity:0;transform:translateY(12px)}}.login-card__header h2{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--navy-900);letter-spacing:-.02em}.login-card .hint,.login-card__header .hint{font-size:.88rem;color:var(--slate-500);margin-top:.4rem;line-height:1.45}.login-footnote{margin-top:1.25rem;font-size:.78rem;color:var(--slate-500);text-align:center}.input-readonly{background:var(--slate-50)!important;color:var(--slate-600)}.btn-block{width:100%;justify-content:center;margin-top:.35rem;padding:.7rem 1rem}.app-shell{display:grid;grid-template-columns:272px 1fr;min-height:100vh}.app-shell.asm-card-mode{grid-template-columns:1fr}.app-shell.asm-card-mode .sidebar{display:none}.app-shell.asm-card-mode .main{max-width:780px}.app-shell.asm-card-mode,.app-shell.asm-card-mode .main-wrap,.app-shell.asm-card-mode .main,.app-shell.asm-card-mode .screen-root,.app-shell.asm-card-mode .crm-shell{width:100%;min-width:0}.app-shell.asm-card-mode,.app-shell.asm-card-mode .main-wrap{overflow-x:clip}.app-shell.asm-card-mode .main{padding:.9rem .72rem 1.1rem}.app-shell.asm-card-mode .crm-shell *{max-width:100%}.app-shell.asm-card-mode .crm-shell input,.app-shell.asm-card-mode .crm-shell select,.app-shell.asm-card-mode .crm-shell button{min-width:0}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}}.sidebar{background:linear-gradient(180deg,#0a1730,#0c2043 55%,#112d59);color:var(--white);padding:1.5rem 1rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem;border-right:1px solid rgba(255,255,255,.06)}.sidebar__brand{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;padding:0 .25rem}.sidebar__product{font-size:.72rem;opacity:.55;letter-spacing:.06em;text-transform:uppercase;font-weight:600;margin:0;padding-left:.15rem}.nav{display:flex;flex-direction:column;gap:.2rem;flex:1}.nav__section{margin:.5rem 0 .12rem;padding:0 .5rem;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:#bfdbfebf;font-weight:700}.nav__section:first-child{margin-top:0}.nav button{display:flex;align-items:center;gap:.65rem;text-align:left;padding:.62rem .85rem;border-radius:var(--radius-sm);border:1px solid transparent;background:transparent;color:#ffffffc7;font-family:inherit;font-size:.88rem;font-weight:500;cursor:pointer;transition:background .18s var(--ease),border-color .18s,color .18s,transform .15s}.nav button .nav-ic{flex-shrink:0;opacity:.85}.nav button .nav-ic--ms{font-size:19px;line-height:1;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.nav button:hover{background:#ffffff0f;color:var(--white)}.nav button.active{background:#3b82f638;border-color:#60a5fa59;color:var(--white);box-shadow:0 0 0 1px #3b82f626}.nav button.active .nav-ic{opacity:1;color:var(--blue-300)}.nav button:active{transform:scale(.98)}.sidebar-profile{display:flex;align-items:center;gap:.75rem;padding-top:.25rem}.sidebar-avatar{flex-shrink:0;width:44px;height:44px;border-radius:50%;overflow:hidden;background:#ffffff1a;border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}.sidebar-avatar__img{width:100%;height:100%;object-fit:cover;display:block}.sidebar-avatar__ph{font-size:.82rem;font-weight:700;letter-spacing:.02em;color:#ffffffeb;line-height:1}.user-pill{padding:.9rem 1rem;border-radius:var(--radius);background:#ffffff0f;border:1px solid rgba(255,255,255,.08);font-size:.8rem}.user-pill--sidebar{flex:1;min-width:0}.user-pill strong{display:block;font-size:.9rem;font-weight:600}.user-pill span{opacity:.65;font-size:.78rem}.btn-sidebar-logout{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#ffffffe6;padding:.55rem 1rem;border-radius:var(--radius-sm);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.btn-sidebar-logout:hover{background:#ffffff1f}.btn-sidebar-logout:active{transform:scale(.98)}.emp-toolbar{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-end}.emp-toolbar .field{margin:0;flex:1 1 180px;min-width:140px}.emp-toolbar .btn{flex:0 0 auto;margin-bottom:.1rem}.main-wrap{display:flex;flex-direction:column;min-width:0;min-height:100vh;background:var(--slate-50)}.main-header{height:4px;position:relative;overflow:hidden}.main-header__glow{height:100%;background:linear-gradient(90deg,#4f72ff,#7b93ff,#1d4ed8);opacity:.85}.main{padding:1.75rem 1.75rem 2rem;max-width:1320px;width:100%;margin:0 auto;flex:1}.app-footer{flex-shrink:0;margin-top:auto;border-top:1px solid var(--slate-200);background:linear-gradient(180deg,var(--white) 0%,var(--slate-50) 100%);padding:1.25rem 1.5rem 1.5rem}.app-footer__inner{max-width:1320px;margin:0 auto;text-align:center}.app-footer__label{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--slate-500);margin-bottom:1rem}.app-footer__brands{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 1.5rem}.app-footer__brand{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .65rem;border-radius:var(--radius-sm);background:var(--white);border:1px solid var(--slate-200);box-shadow:var(--shadow-sm);transition:border-color .15s var(--ease),box-shadow .15s var(--ease),transform .12s var(--ease)}.app-footer__brand:hover{border-color:var(--slate-300);box-shadow:var(--shadow);transform:translateY(-1px)}.app-footer__brand img{display:block;height:40px;width:auto;max-width:min(240px,28vw);object-fit:contain}.app-footer__brand--neycer{background:linear-gradient(155deg,#0f2744,#1d428a 42%,#14365a);border-color:#0f274459;padding:.5rem 1.1rem;box-shadow:0 2px 10px #1d428a47}.app-footer__brand--neycer:hover{border-color:#93c5fd73;box-shadow:0 4px 16px #1d428a61}.app-footer__brand--neycer img{height:34px;max-width:min(220px,40vw)}.app-footer__brand--spartekoncrete{padding:.45rem .85rem}.app-footer__brand--spartekoncrete img{height:42px;max-width:min(300px,48vw)}.app-footer__meta{margin-top:1rem;font-size:.78rem;color:var(--slate-500);line-height:1.5}.app-footer__meta a{color:var(--blue-600);font-weight:600}.kanban-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:start}@media(max-width:1100px){.kanban-board{grid-template-columns:1fr}}.kanban-col{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);min-height:360px}.kanban-col__head{padding:.8rem .95rem;border-bottom:1px solid var(--slate-200);font-weight:700;color:var(--navy-900)}.kanban-dropzone{padding:.8rem;min-height:280px;display:flex;flex-direction:column;gap:.7rem}.task-card{border:1px solid var(--slate-200);border-radius:var(--radius-sm);padding:.7rem .8rem;background:var(--white);cursor:grab}.task-card:active{cursor:grabbing}.task-card__title{font-weight:700;color:var(--navy-900);margin-bottom:.45rem}.task-card__meta{display:flex;align-items:center;gap:.45rem;margin-bottom:.45rem}.task-card__desc{color:var(--slate-600);font-size:.84rem;margin-bottom:.45rem}.task-card__owner{color:var(--slate-600);font-size:.8rem}.screen-root{animation:viewFade .35s var(--ease) both}@keyframes viewFade{0%{opacity:0;transform:translateY(6px)}}@keyframes viewFadeAsm{0%{opacity:0}}.app-shell.asm-card-mode .screen-root{animation:viewFadeAsm .35s var(--ease) both}.top-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.top-bar h2{font-family:var(--font-display);font-size:1.55rem;font-weight:700;color:var(--navy-900);letter-spacing:-.03em}.top-bar .sub{color:var(--slate-500);font-size:.92rem;margin-top:.35rem;max-width:52ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1.05rem;border-radius:var(--radius-sm);border:1px solid transparent;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:transform .12s var(--ease),box-shadow .2s,filter .15s,background .15s}.btn:focus-visible{outline:2px solid var(--blue-500);outline-offset:2px}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.btn:active:not(:disabled){transform:translateY(1px)}.btn-primary{background:linear-gradient(180deg,var(--blue-500) 0%,var(--blue-600) 100%);color:var(--white);box-shadow:0 4px 14px #2563eb59}.btn-primary:hover{filter:brightness(1.06);box-shadow:0 6px 20px #2563eb66}.btn-secondary{background:var(--white);border-color:var(--slate-200);color:var(--navy-900);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--slate-50);border-color:var(--slate-300)}.btn-ghost{background:transparent;border-color:var(--slate-200);color:var(--slate-600)}.btn-ghost:hover{background:var(--slate-100)}.btn-danger{background:#fef2f2;border-color:#fecaca;color:var(--danger)}.card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.35rem 1.5rem;margin-bottom:1.15rem;transition:box-shadow .2s var(--ease),border-color .2s}.card:hover{box-shadow:var(--shadow)}.card h3{font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:var(--slate-500);margin-bottom:1rem;font-weight:700}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:900px){.grid-2,.grid-3{grid-template-columns:1fr}}.stat{padding:1.25rem 1.35rem;border-radius:var(--radius);background:linear-gradient(145deg,var(--white) 0%,var(--blue-50) 100%);border:1px solid var(--blue-100);position:relative;overflow:hidden;transition:transform .2s var(--ease),box-shadow .2s}.stat:after{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 70%);pointer-events:none}.stat:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.stat .num{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--navy-900);letter-spacing:-.03em;line-height:1.1}.stat .lbl{font-size:.82rem;color:var(--slate-500);margin-top:.35rem;font-weight:500}.stat.stat-danger{background:linear-gradient(145deg,#fff1f2,#ffe4e6);border-color:#fecdd3}.stat.stat-danger .num{color:#b91c1c}.stat.stat-danger .lbl{color:#9f1239}label{display:block;font-size:.76rem;font-weight:600;color:var(--slate-600);margin-bottom:.4rem;letter-spacing:.02em}input,select,textarea{width:100%;padding:.6rem .85rem;border:1px solid var(--slate-200);border-radius:var(--radius-sm);font-family:inherit;font-size:.9rem;background:var(--white);transition:border-color .15s,box-shadow .15s}input[type=checkbox],input[type=radio]{width:auto;padding:0;border:1px solid var(--slate-300);border-radius:4px}input:hover,select:hover,textarea:hover{border-color:var(--slate-300)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f62e}textarea{min-height:88px;resize:vertical}.field{margin-bottom:1rem}.field.error input,.field.error select{border-color:var(--danger)}.err-msg{color:var(--danger);font-size:.75rem;margin-top:.25rem}.table-wrap{border-radius:var(--radius);border:1px solid var(--slate-200);overflow:hidden;background:var(--white);box-shadow:var(--shadow-sm)}table{width:100%;border-collapse:collapse;font-size:.88rem}th,td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--slate-100)}th{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--slate-500);background:var(--slate-50);font-weight:700}tbody tr{transition:background .12s}tbody tr:hover td{background:#eff6ff8c}tbody tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:.22rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600}.badge-green{background:#d1fae5;color:#047857}.badge-amber{background:#fef3c7;color:#b45309}.badge-blue{background:#dbeafe;color:var(--blue-650)}.badge-slate{background:var(--slate-200);color:var(--slate-600)}.calendar-wrap{display:grid;grid-template-columns:1fr 320px;gap:1.25rem;align-items:start}@media(max-width:900px){.calendar-wrap{grid-template-columns:1fr}}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;font-size:.8rem}.cal-head{font-weight:700;color:var(--slate-500);text-align:center;padding:.45rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em}.cal-cell{position:relative;min-height:90px;border:1px solid var(--slate-200);border-radius:var(--radius-sm);padding:.45rem;background:var(--white);transition:border-color .15s,box-shadow .15s}.late-dot{position:absolute;top:7px;right:7px;width:8px;height:8px;border-radius:50%;background:#dc2626;box-shadow:0 0 0 2px #dc262633}.cal-cell:hover:not(.muted){border-color:var(--blue-100);box-shadow:var(--shadow-sm)}.cal-cell.muted{opacity:.28;background:var(--slate-100)}.cal-cell.today{border-color:var(--blue-500);box-shadow:0 0 0 2px #3b82f633;background:var(--blue-50)}.cal-cell .d-num{font-weight:700;font-size:.86rem;color:var(--navy-900)}.cal-cell .att-line{font-size:.68rem;color:var(--slate-600);margin-top:.2rem}.cal-cell .att-line.leave-line{color:#b91c1c;font-weight:700}.photo-preview{width:120px;height:120px;border-radius:var(--radius-sm);object-fit:cover;border:2px solid var(--slate-200);background:var(--slate-100)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f27447a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:100;padding:1rem;animation:modalBg .25s var(--ease) both}@keyframes modalBg{0%{opacity:0}}.modal{background:var(--white);border-radius:var(--radius);max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:1.6rem 1.75rem;box-shadow:var(--shadow-lg);border:1px solid var(--slate-200);animation:modalIn .35s var(--ease-spring) both}@keyframes modalIn{0%{opacity:0;transform:scale(.96) translateY(8px)}}.modal h3{margin-bottom:.85rem;color:var(--navy-900);font-family:var(--font-display);font-size:1.2rem}.banner{padding:.9rem 1.1rem;border-radius:var(--radius-sm);font-size:.88rem;margin-bottom:1rem;line-height:1.5}.banner-info{background:var(--blue-50);border:1px solid var(--blue-100);color:var(--navy-800)}.banner-warn{background:#fffbeb;border:1px solid #fde68a;color:#92400e}code.invite-link{display:block;word-break:break-all;font-size:.78rem;padding:.75rem;background:var(--slate-50);border-radius:var(--radius-sm);border:1px solid var(--slate-200);margin:.5rem 0;font-family:ui-monospace,monospace}.wizard-steps{display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:1.35rem}.wizard-steps span{padding:.4rem .75rem;border-radius:999px;font-size:.74rem;font-weight:600;background:var(--slate-100);color:var(--slate-500);transition:background .2s,color .2s}.wizard-steps span.on{background:linear-gradient(135deg,var(--blue-100),#e0e7ff);color:var(--blue-650);box-shadow:0 1px #3b82f626}.profile-wizard{width:100%;max-width:100%;box-sizing:border-box;margin:0 auto;padding:0 max(.5rem,env(safe-area-inset-left)) 0 max(.5rem,env(safe-area-inset-right))}.profile-wizard:not(.profile-wizard--asm){max-width:52rem}.profile-wizard--asm{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:.35rem}.profile-wizard__step-meta{font-size:.84rem;color:var(--slate-600);margin:0 0 .65rem;font-weight:500;line-height:1.35}.profile-wizard__step-meta strong{color:var(--slate-900);font-weight:800}.profile-wizard__steps.wizard-steps{margin-bottom:.85rem;gap:.35rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:.2rem;scrollbar-width:thin}.profile-wizard__steps.wizard-steps span{flex-shrink:0;font-size:.72rem;padding:.42rem .72rem}.profile-wizard__card.card{width:100%;max-width:none;margin-bottom:0;padding:1.05rem max(.85rem,env(safe-area-inset-left)) 1.2rem max(.85rem,env(safe-area-inset-right));border-radius:14px;border:1px solid var(--slate-200);box-shadow:0 4px 22px #0f172a12;box-sizing:border-box}.crm-shell .profile-wizard__card .profile-wizard__section-title,.profile-wizard__card .profile-wizard__section-title{font-family:var(--font-display);font-size:1.05rem;font-weight:800;letter-spacing:-.02em;text-transform:none;color:var(--slate-900);margin:0 0 .35rem}.profile-wizard__section-desc{font-size:.84rem;line-height:1.45;color:var(--slate-600);margin:0 0 1rem}.profile-wizard__fields{display:grid;grid-template-columns:1fr;gap:.85rem 1rem;width:100%}.profile-wizard__fields .field{margin-bottom:0;width:100%;min-width:0}.profile-wizard__fields .field--full{grid-column:1 / -1}@media(min-width:720px){.profile-wizard:not(.profile-wizard--asm) .profile-wizard__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-wizard input:not([type=checkbox]):not([type=radio]):not([type=file]),.profile-wizard select,.profile-wizard textarea{width:100%;max-width:100%;box-sizing:border-box;min-height:48px;font-size:1rem;padding:.68rem .95rem;border-radius:11px;border-color:var(--slate-300)}.profile-wizard textarea{min-height:108px;line-height:1.45}.profile-wizard select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.35rem}.profile-wizard label{font-size:.8rem;font-weight:700;color:var(--slate-700);margin-bottom:.38rem}.profile-wizard__input-upper{text-transform:uppercase}.profile-wizard__hint{font-size:.82rem;color:var(--slate-600);margin:0 0 .65rem;line-height:1.45}.profile-wizard__photo-current{margin-bottom:1rem}.profile-wizard__photo-current img{display:block;max-width:min(200px,100%);border-radius:12px;border:1px solid var(--slate-200)}.profile-wizard__file-zone{position:relative;display:flex;align-items:center;justify-content:center;min-height:5.5rem;margin-top:.35rem;padding:1rem;border-radius:14px;border:2px dashed var(--slate-300);background:linear-gradient(180deg,#f8fafc,#f1f5f9);cursor:pointer;transition:border-color .15s ease,background .15s ease;box-sizing:border-box}.profile-wizard__file-zone:hover{border-color:var(--blue-400);background:linear-gradient(180deg,#eff6ff,#dbeafe)}.profile-wizard__file-zone:focus-within{outline:2px solid var(--blue-500);outline-offset:2px}.profile-wizard__file-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;font-size:0}.profile-wizard__file-zone-inner{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center;pointer-events:none}.profile-wizard__file-zone-inner strong{font-size:.95rem;font-weight:800;color:var(--slate-800)}.profile-wizard__file-zone-inner small{font-size:.78rem;color:var(--slate-500)}.profile-wizard__file-icon{font-size:2rem;color:var(--blue-600)}.profile-wizard__edu-block{border:1px solid var(--slate-200);border-radius:12px;padding:.95rem;margin-bottom:.85rem;background:linear-gradient(180deg,#fafafa,#fff)}.profile-wizard__edu-fields{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:720px){.profile-wizard:not(.profile-wizard--asm) .profile-wizard__edu-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-wizard__edu-remove{margin-top:.45rem;width:100%}.profile-wizard__add-edu{width:100%;margin-top:.25rem;min-height:48px;border-radius:11px;font-weight:700}.profile-wizard__actions{margin-top:1.1rem;flex-direction:column;align-items:stretch;gap:.65rem;padding-bottom:calc(.35rem + env(safe-area-inset-bottom,0px))}.profile-wizard__actions .btn{width:100%;justify-content:center;min-height:50px;font-size:1rem;font-weight:700;border-radius:12px;margin:0}@media(min-width:560px){.profile-wizard:not(.profile-wizard--asm) .profile-wizard__actions{flex-direction:row;flex-wrap:wrap;justify-content:flex-end;align-items:center}.profile-wizard:not(.profile-wizard--asm) .profile-wizard__actions .btn{width:auto;min-width:8rem}}.profile-wizard--asm .profile-wizard__actions .btn{width:100%}.app-shell.asm-card-mode .profile-wizard__edu-fields{grid-template-columns:1fr}.flex{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.grow{flex:1;min-width:140px}.nda-card{max-width:42rem}.nda-card.nda-preview-card{max-width:min(56rem,100%)}.nda-preview-heading{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--navy-900);margin:1rem 0 .5rem}.nda-doc-preview{margin-top:.5rem;max-height:min(70vh,52rem);overflow:auto;border:1px solid var(--slate-200);border-radius:var(--radius-sm);background:var(--white);box-shadow:var(--shadow-sm)}.nda-doc-body{padding:1.25rem 1.5rem 2rem;font-family:Times New Roman,Times,"Liberation Serif",serif;font-size:.95rem;line-height:1.6;color:#1a1a1a}.nda-doc-body p{margin:0 0 .65em}.nda-doc-body table{border-collapse:collapse;width:100%;font-size:.92em;margin:.5rem 0}.nda-doc-body td,.nda-doc-body th{border:1px solid #ccc;padding:.35rem .5rem;vertical-align:top}.nda-preview-skeleton{padding:2rem 1.5rem;text-align:center;color:var(--slate-500);font-size:.9rem}.nda-preview-error{padding:1rem}.nda-accept{display:flex;gap:.65rem;align-items:flex-start;margin-top:1.25rem;padding:.85rem 1rem;background:var(--slate-50);border:1px solid var(--slate-200);border-radius:var(--radius-sm);font-size:.9rem;line-height:1.5;color:var(--slate-700);cursor:pointer}.nda-accept input[type=checkbox]{margin-top:.2rem;flex-shrink:0;width:1.05rem;height:1.05rem;accent-color:var(--blue-600)}.nda-signed-banner{padding:1rem 1.1rem;border-radius:var(--radius-sm);background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0}.nda-badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#065f46;background:#a7f3d0;padding:.2rem .55rem;border-radius:999px;margin-bottom:.5rem}.nda-signed-title{font-size:1rem;margin:0;color:var(--navy-900)}.nda-signed-title .sub{font-weight:400;color:var(--slate-600)}.crm-shell{display:grid;gap:1rem;background:radial-gradient(circle at 0% 0%,#eef2ff,#f8fafc 45%,#ecfeff);padding:.35rem;border-radius:16px}.crm-shell .top-bar{background:linear-gradient(125deg,#1d4ed8,#7c3aed 38%,#ec4899 68%,#06b6d4);color:#f8fafc;border-radius:14px;padding:1rem 1.2rem;box-shadow:0 14px 30px #3b82f647}.crm-shell .top-bar h2{color:#fff;letter-spacing:.01em}.crm-shell .top-bar .sub{color:#e0e7ff}.crm-shell .banner{border-radius:12px;border:1px solid #c4b5fd;background:linear-gradient(180deg,#eef2ff,#ede9fe)}.crm-shell .card{border:1px solid #c7d2fe;border-radius:14px;box-shadow:0 12px 24px #4f46e51f;background:linear-gradient(180deg,#fff,#f8faff)}.crm-shell .card h3{font-size:1rem;color:#0f172a}.crm-shell .grid-3 .stat{border-radius:14px;border:1px solid #c7d2fe;background:linear-gradient(180deg,#fff,#eef2ff)}.crm-shell .grid-3 .stat .num{font-size:1.55rem;color:#1e1b4b}.crm-shell .grid-3 .stat .lbl{color:#4338ca}.crm-shell .field label{font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;color:#475569;font-weight:700}.crm-shell input,.crm-shell select{border-radius:10px;border:1px solid #cbd5e1;background:#fff}.crm-shell input:focus,.crm-shell select:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f126}.crm-shell .table-wrap{border:1px solid #c7d2fe;border-radius:12px;overflow:auto;background:#fff;box-shadow:0 10px 20px #1e293b0d}.crm-shell .table-wrap table th,.crm-shell .table-wrap table td{white-space:nowrap}.crm-shell table thead th{position:sticky;top:0;z-index:1;background:#eef2ff;color:#3730a3;font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;padding-top:.62rem;padding-bottom:.62rem}.crm-shell table tbody tr:hover{background:#eef2ff}.crm-shell table tbody tr:nth-child(2n){background:#fafaff}.crm-shell .btn{border-radius:10px;font-weight:700;letter-spacing:.01em}.crm-shell .btn.btn-primary{background:linear-gradient(120deg,#2563eb,#7c3aed 58%,#ec4899);border-color:transparent;box-shadow:0 12px 20px #7c3aed59;transition:transform .16s ease,box-shadow .16s ease}.crm-shell .btn.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 24px #7c3aed6b}.crm-shell .btn.btn-secondary{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.crm-shell .btn.btn-secondary:hover{background:#e0e7ff}.crm-shell .badge{border-radius:999px;padding:.2rem .55rem;font-size:.72rem;letter-spacing:.02em}.crm-v2-layout{display:block}.crm-v2-sidebar{display:none!important}.crm-v2-sidebar-title{font-size:.72rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.crm-v2-nav-item{width:100%;text-align:left;border:1px solid transparent;background:transparent;color:#0f172a;font-weight:600;border-radius:10px;padding:.55rem .65rem;cursor:pointer}.crm-v2-nav-item:hover{background:#e2e8f0}.crm-v2-nav-item.active{background:#2563eb;color:#fff}.crm-v2-main{min-width:0}.crm-kpi{border-radius:12px;border:1px solid #e2e8f0;padding:.85rem 1rem;background:linear-gradient(180deg,#fff,#f5f3ff)}.crm-kpi-value{font-weight:800;font-size:1.25rem;color:#0f172a}.crm-kpi-label{font-size:.8rem;color:#475569}.crm-kpi-blue{border-color:#93c5fd;box-shadow:0 8px 18px #3b82f624}.crm-kpi-green{border-color:#6ee7b7;box-shadow:0 8px 18px #10b98124}.crm-kpi-amber{border-color:#fcd34d;box-shadow:0 8px 18px #f59e0b24}.crm-kpi-indigo{border-color:#a5b4fc;background:linear-gradient(180deg,#fff,#eef2ff);box-shadow:0 8px 18px #6366f11f}.crm-kpi-rose{border-color:#fda4af;background:linear-gradient(180deg,#fff,#fff1f2);box-shadow:0 8px 18px #f43f5e1a}.crm-kanban-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.crm-kanban-col{background:linear-gradient(180deg,#fff,#eff6ff);border:1px solid #bfdbfe;border-radius:12px;padding:.8rem}.crm-kanban-col h4{margin:0 0 .3rem;font-size:.9rem;color:#0f172a}.crm-kanban-col p{margin:0;font-size:.8rem;color:#475569}.crm-chart-card{margin-top:0}.crm-mini-bars{display:grid;gap:.55rem}.crm-mini-bar-row{display:grid;grid-template-columns:1fr 2fr auto;align-items:center;gap:.5rem}.crm-mini-bar-label,.crm-mini-bar-value{font-size:.78rem;color:#334155}.crm-mini-bar-track{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.crm-mini-bar-track span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#7c3aed,#0ea5e9)}.crm-hero-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:.55rem;align-items:stretch}.crm-hero-card{border-radius:16px;padding:1.05rem 1.05rem 1rem;color:#fff;box-shadow:0 18px 30px #0f172a38;border:1px solid rgba(255,255,255,.12)}.crm-hero-card h3{margin:.35rem 0 .22rem;font-size:1.5rem;line-height:1.1}.crm-hero-label{margin:0;opacity:.9;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.crm-hero-sub{margin:0;font-size:.8rem;opacity:.92}.crm-hero-card--purple{background:linear-gradient(145deg,#6d28d9,#9333ea)}.crm-hero-card--amber{background:linear-gradient(145deg,#d97706,#f59e0b)}.crm-hero-card--teal{background:linear-gradient(145deg,#0f766e,#14b8a6)}.crm-hero-card--slate{background:linear-gradient(145deg,#334155,#0f172a)}.crm-admin-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:1.1rem;margin-top:1.1rem;align-items:start}.crm-admin-side{display:grid;gap:1rem;align-content:start}.crm-side-widget h3{margin-top:0}.crm-checklist{margin:0;padding-left:1.1rem;display:grid;gap:.46rem;color:#1e293b;font-weight:500}.crm-topbar-polish{border:1px solid rgba(255,255,255,.22);box-shadow:0 18px 34px #2563eb42}.crm-topbar-polish h2{font-size:1.42rem;letter-spacing:.01em}.crm-topbar-polish .sub{font-size:.89rem;color:#f8fafceb}.crm-panel-polish .card,.crm-card-polish{border-radius:14px;border:1px solid #dbeafe;box-shadow:0 12px 24px #0206170f}.crm-panel-polish .card h3,.crm-card-polish h3{letter-spacing:.01em;margin-bottom:.65rem}.pm-dashboard-shell{background:radial-gradient(circle at top right,#dbeafebf,#fffffff2 45%)}.pm-dashboard-shell--unified{background:radial-gradient(circle at 12% 0%,rgba(99,102,241,.12),transparent 42%),radial-gradient(circle at top right,#dbeafebf,#fffffff2 45%)}.pm-workspace{max-width:1320px;margin:0 auto;width:100%}.pm-workspace>.pm-action-chips{margin-top:0}.pm-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:1rem;align-items:start}.pm-side-nav{position:sticky;top:.8rem;border:1px solid #dbeafe;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 12px 22px #0f172a0f;padding:.75rem;display:flex;flex-direction:column;gap:.4rem}.pm-side-nav__brand{display:flex;gap:.55rem;align-items:center;margin-bottom:.35rem;padding-bottom:.45rem;border-bottom:1px solid #e2e8f0}.pm-side-nav__brand .material-symbols-rounded{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8}.pm-side-nav__brand strong{display:block;font-size:.9rem;color:#0f172a}.pm-side-nav__brand small{color:#64748b;font-size:.75rem}.pm-side-nav__item{border:0;border-radius:10px;background:transparent;color:#334155;padding:.52rem .58rem;display:inline-flex;gap:.45rem;align-items:center;text-align:left;font-weight:600;cursor:pointer}.pm-side-nav__item .material-symbols-rounded{font-size:18px}.pm-side-nav__item:hover{background:#eff6ff}.pm-side-nav__item--active{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff}.pm-main{min-width:0}.pm-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:.9rem;padding:.95rem 1rem;border:1px solid #dbeafe;border-radius:14px;background:linear-gradient(130deg,#f8fbff,#eff6ff 60%,#eef2ff);box-shadow:0 10px 18px #2563eb14;margin-bottom:.65rem}.pm-topbar__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.pm-action-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:.4rem 0 .9rem}.pm-chip{border:1px solid #dbeafe;border-radius:12px;background:#fff;color:#1e293b;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;padding:.62rem .65rem;cursor:pointer}.pm-chip .material-symbols-rounded{font-size:18px}.pm-chip--active{background:linear-gradient(145deg,#eff6ff,#dbeafe);border-color:#93c5fd;color:#1d4ed8}.pm-tab-card{border:1px solid #c7d2fe;background:linear-gradient(180deg,#f8fbff,#eef2ff)}.pm-tab-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.pm-tab-grid .btn{width:100%;justify-content:center;font-weight:700}.pm-main-card{border:1px solid #dbeafe;box-shadow:0 10px 24px #1e293b12}.pm-hero-analytics{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(250px,.8fr);gap:.85rem;padding:.95rem;border-radius:14px;border:1px solid #dbeafe;background:linear-gradient(160deg,#fff,#eff6ff 55%,#f5f3ff);margin-bottom:.95rem}.pm-hero-analytics__left h3{margin:0 0 .2rem;font-size:1.6rem;color:#0f172a}.pm-hero-analytics__left p{margin:0;color:#475569;line-height:1.45}.pm-hero-analytics__stats{margin-top:.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.pm-hero-analytics__stats div{border-radius:10px;padding:.52rem .6rem;border:1px solid #dbeafe;background:#fffc}.pm-hero-analytics__stats strong{display:block;font-size:1.2rem;color:#0f172a}.pm-hero-analytics__stats span{font-size:.75rem;color:#64748b}.pm-hero-analytics__right{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem}.pm-donut{width:148px;height:148px;border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #ffffff80,0 10px 16px #0f172a1f}.pm-donut__inner{width:96px;height:96px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;box-shadow:0 6px 14px #0f172a14}.pm-donut__inner strong{display:block;font-size:1.05rem;color:#0f172a}.pm-donut__inner span{font-size:.68rem;color:#64748b}.pm-donut-legend{list-style:none;margin:0;padding:0;display:grid;gap:.3rem;font-size:.76rem;color:#334155}.pm-donut-legend li{display:inline-flex;align-items:center;gap:.35rem}.pm-donut-legend span{width:10px;height:10px;border-radius:999px;display:inline-block}.pm-donut-legend .ok{background:#22c55e}.pm-donut-legend .warn{background:#f59e0b}.pm-donut-legend .risk{background:#ef4444}.pm-pie-grid{margin-top:.85rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.pm-pie-card{border:1px solid #dbeafe;border-radius:14px;background:#fff;box-shadow:0 8px 18px #0f172a0f;padding:.7rem}.pm-pie-card__head{display:flex;justify-content:space-between;align-items:baseline;gap:.4rem}.pm-pie-card__head h4{margin:0;font-size:.95rem;color:#0f172a}.pm-pie-card__head span{color:#64748b;font-size:.74rem}.pm-pie-card__body{margin-top:.45rem;display:grid;grid-template-columns:108px minmax(0,1fr);align-items:center;gap:.6rem}.pm-mini-pie{width:96px;height:96px;border-radius:999px;display:grid;place-items:center}.pm-mini-pie__inner{width:58px;height:58px;border-radius:999px;background:#fff;display:grid;place-items:center;font-size:.8rem;font-weight:700;color:#0f172a}.pm-pie-card__body ul{list-style:none;margin:0;padding:0;display:grid;gap:.3rem}.pm-pie-card__body li{font-size:.78rem;color:#334155;display:inline-flex;align-items:center;gap:.32rem}.pm-pie-card__body li span{width:9px;height:9px;border-radius:999px;display:inline-block}.pm-pie-card__body .blue{background:#3b82f6}.pm-pie-card__body .green{background:#22c55e}.pm-pie-card__body .amber{background:#f59e0b}.pm-pie-card__body .red{background:#ef4444}.pm-events-panel{margin-top:.9rem;border:1px solid #dbeafe;border-radius:14px;background:#fff;box-shadow:0 8px 18px #0f172a0f;overflow:hidden}.pm-events-panel__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;padding:.55rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.pm-events-tab{border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#334155;font-weight:600;padding:.5rem .45rem;cursor:default}.pm-events-tab.is-active{border-color:#93c5fd;color:#1d4ed8;background:linear-gradient(145deg,#eff6ff,#dbeafe)}.pm-events-panel__content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:.75rem;padding:.75rem}.pm-events-panel__calendar,.pm-events-panel__list{border:1px solid #e2e8f0;border-radius:12px;padding:.65rem;background:#fff}.pm-events-calendar-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.45rem}.pm-events-panel__list h4{margin:0 0 .45rem;color:#0f172a}.pm-events-panel__list ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.pm-signal{border-radius:10px;padding:.52rem .6rem;border:1px solid #e2e8f0;background:#f8fafc}.pm-signal p{margin:0;font-size:.88rem;font-weight:700;color:#1e293b}.pm-signal small{color:#64748b;font-size:.76rem}.pm-signal--ok{border-color:#bbf7d0;background:#f0fdf4}.pm-signal--warn{border-color:#fde68a;background:#fffbeb}.pm-signal--risk{border-color:#fecaca;background:#fef2f2}.pm-analytics-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.pm-metric-card{border-radius:14px;border:1px solid #dbeafe;background:linear-gradient(180deg,#fff,#f8fbff);padding:.9rem .95rem;box-shadow:0 8px 18px #0206170f}.pm-metric-card h3{margin:.2rem 0;font-size:1.45rem;color:#0f172a}.pm-metric-card__label{margin:0;font-size:.74rem;text-transform:uppercase;letter-spacing:.07em;color:#64748b;font-weight:800}.pm-metric-card__sub{margin:0;font-size:.78rem;color:#475569}@media(max-width:980px){.pm-layout{grid-template-columns:1fr}.pm-side-nav{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.pm-side-nav__brand{grid-column:1 / -1}.pm-tab-grid,.pm-analytics-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.pm-action-chips,.pm-hero-analytics,.pm-events-panel__content,.pm-pie-grid{grid-template-columns:1fr}.pm-pie-card__body{grid-template-columns:1fr;justify-items:center;text-align:left}.pm-pie-card__body ul{width:100%}}@media(max-width:760px){.pm-topbar{flex-direction:column}.pm-topbar__meta{align-items:flex-start}.pm-tab-grid,.pm-analytics-strip,.pm-side-nav,.pm-events-panel__tabs{grid-template-columns:1fr}}.crm-shell .table-wrap table{min-width:760px}.asm-iq-topbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:.8rem;align-items:center}.asm-iq-search{display:flex;align-items:center;gap:.45rem;background:#ffffffeb;border:1px solid rgba(191,219,254,.9);border-radius:12px;padding:.45rem .6rem}.asm-iq-search .material-symbols-rounded{color:#2563eb;font-size:18px}.asm-iq-search input{border:0!important;box-shadow:none!important;background:transparent!important;width:100%;color:#0f172a}.asm-iq-search input:focus{outline:none}.asm-iq-section{margin-top:.62rem}.asm-iq-section h3{margin:0 0 .55rem;font-size:.96rem;color:#0f172a}.asm-iq-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.asm-iq-card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.asm-iq-action-card,.asm-iq-priority-card{border:1px solid #dbeafe;border-radius:14px;background:#fff;padding:.75rem;box-shadow:0 10px 18px #0f172a0f}.asm-iq-action-card{cursor:pointer;display:flex;align-items:center;gap:.5rem;justify-content:center;min-height:46px;width:100%;padding:.45rem .52rem}.asm-iq-action-card .material-symbols-rounded,.asm-iq-priority-card .material-symbols-rounded{color:#0ea5e9;font-size:20px}.asm-iq-action-card strong{font-size:.86rem;color:#0f172a}.asm-iq-priority-card p{margin:.25rem 0;font-size:.8rem;color:#334155}.asm-iq-priority-card b{display:inline-flex;min-width:22px;height:22px;padding:0 .4rem;align-items:center;justify-content:center;border-radius:999px;background:#ef4444;color:#fff;font-size:.75rem}.crm-shell .field label{margin-bottom:.34rem}.crm-shell .field+.field{margin-top:.1rem}.crm-shell .flex{row-gap:.45rem}@media(max-width:1100px){.crm-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-admin-layout,.asm-iq-topbar{grid-template-columns:1fr}.asm-iq-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-shell .table-wrap table{min-width:680px}.crm-v2-layout{display:block}.crm-v2-sidebar{display:none!important}.crm-v2-nav-item{width:auto}.crm-kanban-row{grid-template-columns:1fr}}@media(max-width:640px){.crm-hero-grid{grid-template-columns:1fr}.crm-shell .top-bar{padding:.86rem .95rem}.crm-shell .card{padding:.8rem}.crm-shell .table-wrap table{min-width:620px}.asm-iq-card-grid,.asm-iq-card-grid--two{grid-template-columns:1fr}}.asm-mobile-top{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:0;margin-top:-.9rem;margin-bottom:0;padding:.65rem max(1rem,env(safe-area-inset-right,0px)) 2.4rem max(1rem,env(safe-area-inset-left,0px));box-sizing:border-box;background:linear-gradient(165deg,#1a3a6c,#102a52 48%,#0d2245);border-radius:0 0 22px 22px;box-shadow:0 14px 36px #0d224559}.app-shell.asm-card-mode .crm-shell>.asm-mobile-top{max-width:none}.asm-mobile-top__bar{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.asm-mobile-brand img{width:min(132px,42vw);height:auto;filter:brightness(0) invert(1)}.asm-mobile-toolbar{display:flex;align-items:center;gap:.25rem}.asm-mobile-icon-btn{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.22);background:#ffffff14;color:#fff;display:inline-grid;place-items:center;cursor:pointer;transition:background .15s ease,transform .12s ease}.asm-mobile-icon-btn:hover{background:#ffffff29}.asm-mobile-icon-btn:active{transform:scale(.96)}.asm-mobile-icon-btn .material-symbols-rounded{font-size:22px}.asm-mobile-icon-btn--ghost{pointer-events:none;opacity:.55}.asm-mobile-hello{margin:1rem 0 .15rem;font-family:var(--font-display);font-size:1.35rem;font-weight:800;letter-spacing:.02em;color:#fff;line-height:1.15}.asm-mobile-tagline{margin:0 0 .5rem;font-size:.88rem;font-weight:500;color:#ffffffc7}.asm-mobile-spotlight{margin:.85rem 0 0;position:relative;z-index:2;background:#fff;border-radius:14px;padding:.9rem 1rem 1rem;box-shadow:0 16px 40px #0d224538}.asm-mobile-spotlight__date{font-weight:800;font-size:.95rem;color:var(--navy-900);margin-bottom:.35rem}.asm-mobile-spotlight__msg{font-size:.84rem;color:var(--slate-600);line-height:1.45;margin:0}.asm-mobile-hub{padding:1.35rem .15rem .85rem}.asm-mobile-hub__title{text-align:center;font-family:var(--font-display);font-size:1.06rem;font-weight:700;color:var(--navy-900);margin:0 0 1.15rem;letter-spacing:-.02em}.asm-mobile-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem .35rem}.asm-hub-cell{border:none;background:transparent;cursor:pointer;padding:.4rem .15rem;display:flex;flex-direction:column;align-items:center;gap:.42rem;text-align:center;min-width:0;border-radius:12px;transition:transform .18s cubic-bezier(.34,1.2,.64,1);-webkit-tap-highlight-color:transparent}.asm-hub-cell:active{transform:scale(.94)}.asm-hub-cell:focus-visible{outline:none}.asm-hub-cell:focus-visible .asm-hub-cell__ring{outline:3px solid rgba(249,185,27,.85);outline-offset:4px}.asm-hub-cell__ring{width:56px;height:56px;border-radius:50%;background:linear-gradient(155deg,#fff,#eef3fb);border:2px solid rgba(249,185,27,.42);display:grid;place-items:center;box-shadow:0 8px 20px #1a3a6c29;transition:box-shadow .22s ease,border-color .22s ease,transform .22s cubic-bezier(.34,1.35,.64,1),background .22s ease}.asm-hub-cell:hover .asm-hub-cell__ring{transform:translateY(-4px) scale(1.04);box-shadow:0 14px 28px #1a3a6c42;border-color:#f9b91bb8}.asm-hub-cell.active .asm-hub-cell__ring{border-color:#f9b91b;box-shadow:0 10px 28px #f9b91b61;background:linear-gradient(155deg,#fffbeb,#fff 55%)}.asm-hub-cell__ring .material-symbols-rounded{font-size:26px;color:#1a3a6c}.asm-hub-cell.active .asm-hub-cell__ring .material-symbols-rounded{color:#142d54}.asm-hub-cell__label{font-size:.72rem;font-weight:600;color:var(--slate-700);line-height:1.25;max-width:100%;overflow-wrap:anywhere}.asm-hub-cell.active .asm-hub-cell__label{color:#1a3a6c}@media(prefers-reduced-motion:reduce){.asm-hub-cell,.asm-hub-cell__ring,.asm-home-daily-cta{transition:none}.asm-hub-cell:active,.asm-hub-cell:hover .asm-hub-cell__ring,.asm-home-daily-cta:active{transform:none}}.asm-mobile-footer{margin:1.5rem -.72rem -1.1rem;padding:1.35rem 1.15rem calc(1.25rem + env(safe-area-inset-bottom,0px));position:relative;overflow:hidden;background:linear-gradient(145deg,#1a3a6c,#0f2744);border-radius:22px 22px 0 0}.asm-mobile-footer__blob{position:absolute;left:-18%;bottom:10%;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(249,185,27,.35) 0%,transparent 68%);pointer-events:none}.asm-mobile-footer__inner{position:relative;z-index:1;text-align:center}.asm-mobile-footer__title{color:#fff;font-family:var(--font-display);font-weight:800;font-size:1.05rem;margin-bottom:.25rem}.asm-mobile-footer__sub{color:#ffffffd1;font-size:.82rem;margin:0 0 .95rem;line-height:1.4}.asm-mobile-footer__cta{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;background:#f9b91b;color:#142d54;font-weight:800;font-size:.88rem;padding:.72rem 1.6rem;border-radius:999px;box-shadow:0 10px 28px #f9b91b6b;transition:transform .12s ease,filter .15s ease}.asm-mobile-footer__cta:hover{filter:brightness(1.05)}.asm-mobile-footer__cta:active{transform:scale(.98)}.asm-route-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:.45rem;padding:.45rem .15rem .55rem;margin:0 0 .55rem;position:sticky;top:0;z-index:40;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--slate-200)}.asm-route-bar__text{flex:1;min-width:0}.asm-route-bar__title{font-size:1.08rem;font-weight:800;color:var(--navy-900);margin:0;line-height:1.2;font-family:var(--font-display)}.asm-route-bar__sub{margin:.12rem 0 0;font-size:.78rem;color:var(--slate-600);line-height:1.35}.asm-route-bar__icon-btn{width:42px;height:42px;border-radius:12px;border:1px solid var(--slate-200);background:#fff;display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:background .15s ease,transform .1s ease}.asm-route-bar__icon-btn:active{transform:scale(.96)}.asm-route-bar__icon-btn .material-symbols-rounded{font-size:22px;color:#1a3a6c}.asm-page-toolbar{margin-bottom:.55rem}.asm-page-toolbar--search .asm-iq-search.asm-iq-search--flush{width:100%;margin:0}.asm-more-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;background:#0f172a7a}.asm-more-sheet{position:fixed;left:0;right:0;bottom:0;z-index:610;background:#fff;border-radius:18px 18px 0 0;max-height:min(74vh,540px);overflow-y:auto;box-shadow:0 -16px 44px #0f172a38;padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}.asm-more-sheet__header{display:flex;justify-content:space-between;align-items:center;padding:.45rem 1rem .55rem;font-weight:800;font-family:var(--font-display);border-bottom:1px solid var(--slate-100);position:sticky;top:0;background:#fff}.asm-more-sheet__close{border:none;background:transparent;font-size:1.45rem;line-height:1;cursor:pointer;color:var(--slate-500)}.asm-more-sheet__links{display:flex;flex-direction:column;padding:.25rem 0 .65rem}.asm-more-sheet__link{display:flex;align-items:center;gap:.65rem;padding:.72rem 1rem;border:none;background:#fff;width:100%;text-align:left;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--navy-900)}.asm-more-sheet__link:hover{background:var(--slate-50)}.asm-more-sheet__link .material-symbols-rounded{font-size:22px;color:#1a3a6c}.asm-more-sheet__link--danger{color:var(--danger)}.asm-more-sheet__rule{border:none;border-top:1px solid var(--slate-100);margin:.35rem 0}.asm-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:620;display:flex;justify-content:space-around;align-items:stretch;gap:0;padding:.35rem .2rem calc(.42rem + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#fff,#f5f7fb);border-top:1px solid var(--slate-200);box-shadow:0 -8px 28px #0f27441a}.asm-bottom-nav__btn{flex:1;min-width:0;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:.26rem .06rem;cursor:pointer;color:var(--slate-600);font-size:.61rem;font-weight:600}.asm-bottom-nav__btn .material-symbols-rounded{font-size:22px;color:#64748b}.asm-bottom-nav__btn.active{color:#1a3a6c}.asm-bottom-nav__btn.active .material-symbols-rounded{color:#d97706}.asm-bottom-nav__lbl{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.asm-bottom-nav__more.asm-bottom-nav__btn--more-on .material-symbols-rounded{color:#d97706}.app-shell.asm-card-mode .app-footer{display:none}.app-shell.asm-card-mode .crm-shell.asm-route-shell{padding-bottom:calc(78px + env(safe-area-inset-bottom,0px))}.asm-iq-section h3{font-size:1.02rem;text-align:left}.asm-iq-action-card strong{font-size:.98rem}.asm-iq-search input{font-size:.95rem}.asm-today-tour-btn{width:100%;border:1px solid #93c5fd;border-radius:14px;background:#fff;color:#0f172a;box-shadow:0 10px 18px #0f172a14;padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.55rem;cursor:pointer}.asm-today-tour-btn .material-symbols-rounded{color:#0284c7;font-size:22px}.asm-today-tour-btn strong{flex:1;text-align:left;font-size:1rem}.asm-today-tour-btn b{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:999px;background:#2563eb;color:#fff;font-size:.8rem}.asm-tour-dealer-list{display:grid;gap:.45rem}.asm-tour-dealer-item{border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;padding:.5rem .6rem}.asm-tour-dealer-item strong{display:block;font-size:.9rem;color:#0f172a}.asm-tour-dealer-item span{display:block;font-size:.8rem;color:#475569}.asm-dealer-mobile-list{display:none;margin-top:.55rem;gap:.5rem}.asm-dealer-mobile-item{border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;padding:.55rem .65rem}.asm-dealer-mobile-item strong{display:block;font-size:.92rem;color:#0f172a}.asm-dealer-mobile-item span{display:block;font-size:.78rem;color:#475569}.asm-leads-screen{gap:.55rem}.asm-leads-screen .asm-iq-section{margin-top:.2rem}.asm-leads-screen .asm-iq-card-grid--two{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.asm-leads-screen .asm-iq-action-card{min-height:40px;padding:.3rem .45rem}.asm-leads-screen .asm-iq-section,.asm-leads-screen .card{margin-left:0;margin-right:0}.asm-sales-mobile-list{display:none;margin-top:.55rem;gap:.5rem}.asm-sales-mobile-item{border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;padding:.55rem .65rem}.asm-sales-mobile-item strong{display:block;font-size:.92rem;color:#0f172a}.asm-sales-mobile-item span{display:block;font-size:.78rem;color:#475569}.app-shell.asm-card-mode .crm-shell{max-width:760px;margin:0 auto;background:#fff}.app-shell.asm-card-mode .crm-shell .table-wrap table{min-width:100%}.app-shell.asm-card-mode .crm-shell .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.app-shell.asm-card-mode .banner.banner-info{border-radius:12px;margin-top:.6rem}@media(max-width:900px){.asm-mobile-top{margin-top:-.72rem}.app-shell.asm-card-mode .main{padding:.72rem .56rem .9rem}.asm-iq-topbar{grid-template-columns:1fr;gap:.55rem}.asm-iq-search{padding:.4rem .52rem}.asm-iq-search input{font-size:.9rem}.app-shell.asm-card-mode .crm-shell .grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell.asm-card-mode .crm-shell .grid-2{grid-template-columns:1fr}}@media(max-width:640px){.app-shell.asm-card-mode .main{padding:.62rem .46rem .82rem}.asm-mobile-top{margin-top:-.62rem;padding:.55rem max(.75rem,env(safe-area-inset-right,0px)) 2.15rem max(.75rem,env(safe-area-inset-left,0px));border-radius:0 0 18px 18px}.asm-mobile-hello{font-size:1.2rem}.asm-mobile-hub__grid{gap:.55rem .28rem}.asm-hub-cell__ring{width:52px;height:52px}.asm-hub-cell__ring .material-symbols-rounded{font-size:24px}.asm-mobile-footer{margin-left:-.46rem;margin-right:-.46rem;width:calc(100% + .92rem);margin-bottom:-.82rem}.app-shell.asm-card-mode .crm-shell{max-width:100%}.asm-dealer-mobile-list{display:grid}.asm-dealer-mobile-list+.table-wrap{display:none}.asm-sales-mobile-list{display:grid}.asm-sales-mobile-list+.table-wrap{display:none}.app-shell.asm-card-mode .crm-shell .grid-3{grid-template-columns:1fr}.asm-iq-section,.crm-shell .card{margin-left:auto;margin-right:auto}.asm-iq-action-card strong{font-size:.84rem}.asm-iq-card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.asm-iq-action-card{min-height:42px;padding:.35rem .4rem}.asm-today-tour-btn{padding:.75rem .72rem}.asm-today-tour-btn strong{font-size:.9rem}.asm-leads-screen{gap:.45rem}.asm-leads-screen .asm-iq-card-grid--two{gap:.42rem}}.asm-mobile-stack{display:flex;flex-direction:column;gap:.65rem}.asm-mobile-scroll-list{display:flex;flex-direction:column;gap:.45rem}.asm-mobile-screen-head{display:flex;flex-direction:column;gap:.55rem}.asm-mobile-screen-head__row{display:flex;align-items:stretch;gap:.45rem}.asm-mobile-screen-head__row .asm-btn-wide{flex:1;min-width:0}.asm-btn-wide{width:100%;justify-content:center}.asm-iq-search--toolbar{border-radius:12px}.asm-count-pill{flex-shrink:0;align-self:center;min-width:2.6rem;padding:.32rem .55rem;border-radius:999px;background:var(--slate-100);border:1px solid var(--slate-200);font-weight:800;font-size:.82rem;color:var(--navy-900);text-align:center}.asm-lead-row-card{display:block;width:100%;text-align:left;border:1px solid var(--slate-200);border-radius:14px;padding:.72rem .8rem;background:#fff;cursor:pointer;box-shadow:0 6px 14px #0f172a0d}.asm-lead-row-card:active{transform:scale(.99)}.asm-lead-row-card__kind{display:inline-block;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--slate-500);margin-bottom:.2rem}.asm-lead-row-card__title{display:block;font-size:1rem;color:var(--navy-900);margin-bottom:.25rem}.asm-lead-row-card__line{display:block;font-size:.84rem;color:var(--slate-700)}.asm-lead-row-card__muted{display:block;margin-top:.35rem;font-size:.78rem;color:var(--slate-500)}.asm-home-actions{padding:0 max(.05rem,env(safe-area-inset-right,0px)) 0 max(.05rem,env(safe-area-inset-left,0px));margin-top:.95rem}.asm-home-daily-cta{width:100%;display:flex;align-items:center;gap:.75rem;padding:.78rem 1rem;border-radius:16px;border:2px solid rgba(249,185,27,.55);background:linear-gradient(145deg,#ffffff38,#ffffff1a);color:#fff;cursor:pointer;text-align:left;box-shadow:0 10px 28px #08142a59;transition:background .2s ease,transform .18s ease,box-shadow .2s ease,border-color .2s ease}.asm-home-daily-cta:hover{background:linear-gradient(145deg,#ffffff52,#ffffff29);border-color:#f9b91bd9;box-shadow:0 14px 34px #08142a6b}.asm-home-daily-cta:active{transform:scale(.985)}.asm-home-daily-cta:focus-visible{outline:3px solid rgba(249,185,27,.95);outline-offset:3px}.asm-home-daily-cta__icon-wrap{flex-shrink:0;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(155deg,#f9b91b,#e8a310);color:#142d54;box-shadow:0 6px 16px #f9b91b73}.asm-home-daily-cta__icon-wrap .material-symbols-rounded{font-size:26px}.asm-home-daily-cta__text{flex:1;display:flex;flex-direction:column;gap:.12rem;min-width:0}.asm-home-daily-cta__text strong{font-size:.98rem;font-weight:800;text-shadow:0 1px 2px rgba(8,20,42,.35)}.asm-home-daily-cta__text small{font-size:.78rem;color:#ffffffeb;font-weight:500}.asm-home-daily-cta__chevron{flex-shrink:0;font-size:22px;opacity:.92;color:#fffffff2}.asm-dealers-head__toolbar{display:flex;align-items:stretch;gap:.45rem}.asm-dealers-head__toolbar .asm-iq-search--toolbar{flex:1;min-width:0}.asm-dealer-row-card{display:block;width:100%;text-align:left;border:1px solid var(--slate-200);border-radius:14px;padding:.72rem .82rem;background:#fff;cursor:pointer;box-shadow:0 6px 14px #0f172a0d}.asm-dealer-row-card:active{transform:scale(.99)}.asm-dealer-row-card__row1{display:flex;align-items:flex-start;justify-content:space-between;gap:.45rem;margin-bottom:.28rem}.asm-dealer-row-card__title{font-size:1rem;color:var(--navy-900)}.asm-dealer-row-card__line{display:block;font-size:.84rem;color:var(--slate-700)}.asm-dealer-row-card__muted{display:block;margin-top:.2rem;font-size:.78rem;color:var(--slate-500)}.asm-detail-pane{display:flex;flex-direction:column;gap:.65rem}.asm-detail-pane.hidden{display:none!important}.asm-detail-pane__top{margin:-.15rem 0 0}.asm-detail-back{display:inline-flex;align-items:center;gap:.15rem;padding-left:0!important;font-weight:700}.asm-detail-hero__title{font-family:var(--font-display);font-size:1.15rem;font-weight:800;color:var(--navy-900)}.asm-detail-hero__sub{font-size:.88rem;color:var(--slate-600);margin-top:.15rem}.asm-detail-hero__badges{display:flex;flex-wrap:wrap;gap:.35rem;margin:.5rem 0}.asm-order-row-card{border:1px solid var(--slate-100);border-radius:12px;padding:.55rem .65rem;background:var(--slate-50)}.asm-order-row-card__top{display:flex;justify-content:space-between;align-items:center;gap:.35rem}.asm-order-row-card__muted{display:block;margin-top:.28rem;font-size:.78rem;color:var(--slate-600)}.asm-daily-shell{gap:.65rem}.asm-daily-date-card{margin-top:0!important;padding:0!important;overflow:hidden;border:1px solid rgba(26,58,108,.12);box-shadow:0 10px 28px #0f172a0f;background:#fff}.asm-daily-date-card__toprow{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.95rem 1rem .75rem;background:linear-gradient(180deg,#f1f5f9,#fff);border-bottom:1px solid #e2e8f0}.asm-daily-date-card__readout{min-width:0;display:flex;flex-direction:column;gap:.2rem}.asm-daily-date-card__readout-date{font-family:var(--font-display);font-weight:800;font-size:1.35rem;letter-spacing:-.03em;color:var(--navy-900);line-height:1.1}.asm-daily-date-card__readout-sub{font-size:.72rem;font-weight:600;color:var(--slate-500);text-transform:uppercase;letter-spacing:.06em}.asm-daily-date-picker-wrap{display:flex;align-items:center;gap:.55rem;margin:0;padding:.65rem 1rem .85rem;cursor:pointer;border-radius:0;transition:background .15s ease}.asm-daily-date-picker-wrap:hover{background:#f8fafc}.asm-daily-date-picker-wrap:active{background:#f1f5f9}.asm-daily-date-picker-wrap__icon{flex-shrink:0;font-size:1.35rem;font-weight:400;color:#1a3a6c}.asm-daily-date-picker-wrap__label{flex-shrink:0;font-size:.8rem;font-weight:700;color:var(--slate-600)}.asm-daily-date-card__hint{margin:0;padding:.55rem 1rem .85rem;font-size:.78rem;line-height:1.45;min-height:3.35rem;box-sizing:border-box}.asm-daily-date-card__hint--draft{color:var(--slate-600);background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0}.asm-daily-date-card__hint--submitted{color:var(--slate-600);background:#fffbeb;border-top:1px solid #fde68a}.asm-daily-status-chip{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:8.75rem;white-space:nowrap;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;padding:.42rem .72rem;border-radius:999px;box-sizing:border-box}.asm-daily-status-chip--draft{background:linear-gradient(145deg,#eff6ff,#dbeafe);color:#1e3a8a;border:1px solid #93c5fd;box-shadow:0 2px 8px #3b82f61f}.asm-daily-status-chip--done{background:linear-gradient(145deg,#ecfdf5,#d1fae5);color:#065f46;border:1px solid #6ee7b7;box-shadow:0 2px 8px #10b9811f}.asm-daily-date-input{flex:1;min-width:0;margin-left:auto;box-sizing:border-box;font-size:.95rem;font-weight:700;padding:.5rem .55rem;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:var(--navy-900);cursor:pointer;max-width:11.5rem}.asm-daily-date-input:focus{outline:none;border-color:#1a3a6c;box-shadow:0 0 0 3px #1a3a6c1f}.asm-daily-date-input:disabled{opacity:.78;background:#f1f5f9}.asm-daily-kpis{display:grid;gap:.45rem}.asm-daily-kpis--two{grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.asm-daily-kpis--two .crm-kpi{padding:.52rem .45rem;min-width:0}.asm-daily-kpis--two .crm-kpi-value{font-size:1.12rem}.asm-daily-kpis--two .crm-kpi-label{font-size:.68rem;line-height:1.22}.asm-daily-section-head{margin-bottom:1rem}.asm-daily-section-head--compact{margin-bottom:.65rem}.asm-daily-section-head--compact .asm-daily-section-title{margin-bottom:0}.asm-daily-section-title{display:flex;align-items:center;gap:.45rem;font-family:var(--font-display);font-size:1.06rem;font-weight:800;margin:0 0 .35rem;color:var(--navy-900);letter-spacing:-.02em}.asm-daily-section-title__icon{font-size:1.45rem;font-weight:400;color:#1a3a6c}.asm-daily-section-desc{margin:0;font-size:.82rem;color:var(--slate-600);line-height:1.45}.asm-daily-timeline-card{border-top:3px solid #1a3a6c;overflow:hidden}.asm-daily-timeline-card__head{padding:.65rem .85rem .5rem;margin:-1px -1px 0;background:linear-gradient(105deg,#1a3a6c14,#fff0 72%);border-bottom:1px solid rgba(148,163,184,.35)}.asm-daily-timeline-card__head .asm-daily-section-title{margin:0;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:#1a3a6c}.asm-daily-timeline{margin:0;padding:.75rem .85rem .35rem}.asm-daily-timeline__list{list-style:none;margin:0;padding:0}.asm-daily-timeline__item{display:grid;grid-template-columns:22px minmax(0,1fr);gap:.85rem;position:relative;padding-bottom:1.05rem}.asm-daily-timeline__item:not(:last-child):after{content:"";position:absolute;left:10px;top:26px;bottom:2px;width:1px;background:linear-gradient(180deg,#1a3a6c47,#94a3b833);border-radius:2px}.asm-daily-timeline__dot{width:12px;height:12px;border-radius:50%;margin-top:.55rem;margin-left:4px;background:linear-gradient(145deg,#1a3a6c,#0f2744);border:2px solid #fff;box-shadow:0 0 0 1px #1a3a6c40,0 2px 8px #1a3a6c59;z-index:1}.asm-daily-act-card{border:1px solid var(--slate-200);border-radius:12px;padding:.65rem .72rem;background:#fff}.asm-daily-act-card--timeline{margin:0;border-radius:14px;border:1px solid rgba(226,232,240,.95);border-left:3px solid #1a3a6c;box-shadow:0 6px 20px #0f172a12;padding:.78rem .88rem .85rem}.asm-daily-act-card__type-row{margin-bottom:.45rem}.asm-daily-act-card__type{font-weight:800;font-size:.82rem;color:var(--navy-900);min-width:0;line-height:1.3}.asm-daily-act-card__stamp{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.12rem;margin-bottom:.5rem;padding:.38rem .55rem;border-radius:10px;background:#f1f5f9;border:1px solid #e2e8f0}.asm-daily-act-card__date-line{display:block;font-size:.72rem;font-weight:700;color:var(--slate-700)}.asm-daily-act-card__time-line{display:block;font-size:.68rem;font-weight:600;color:var(--slate-500)}.asm-daily-act-card__rel{font-size:.84rem;color:var(--slate-700);margin-top:.28rem}.asm-daily-act-card__loc{margin-top:.35rem;font-size:.78rem}.asm-daily-act-card__notes{margin:.45rem 0 0;font-size:.82rem;color:var(--slate-600);line-height:1.4}.asm-daily-timeline__empty{text-align:center;padding:1.35rem .85rem;border:2px dashed #cbd5e1;border-radius:14px;background:linear-gradient(180deg,#f8fafc,#fff);margin-bottom:1rem}.asm-daily-timeline__empty p{margin:0}.asm-daily-timeline__empty-icon{font-size:2.1rem;color:#94a3b8;display:block;margin:0 auto .45rem}.asm-daily-timeline__empty .sub{margin:.5rem auto 0;max-width:300px}.asm-daily-timeline__footer{padding-top:.75rem;margin-top:.25rem;border-top:1px solid var(--slate-200)}@media(max-width:720px){.app-shell.asm-card-mode .crm-shell.asm-daily-shell>.asm-daily-timeline-card--edge,.app-shell.asm-card-mode .crm-shell.asm-daily-shell>.asm-daily-date-card--edge{--daily-timeline-bleed: .91rem ;width:calc(100% + 2 * var(--daily-timeline-bleed));max-width:none;margin-left:calc(-1 * var(--daily-timeline-bleed));margin-right:calc(-1 * var(--daily-timeline-bleed));border-radius:0;border-left:none;border-right:none;box-shadow:0 10px 32px #0f172a14;background:linear-gradient(180deg,#fff,#f1f5f9)}.app-shell.asm-card-mode .crm-shell.asm-daily-shell>.asm-daily-date-card--edge{background:#fff;box-shadow:0 10px 28px #0f172a12}.app-shell.asm-card-mode .crm-shell.asm-daily-shell>.asm-daily-date-card--edge .asm-daily-date-card__toprow{padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px))}.app-shell.asm-card-mode .crm-shell.asm-daily-shell>.asm-daily-date-card--edge .asm-daily-date-picker-wrap{padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px))}.app-shell.asm-card-mode .crm-shell.asm-daily-shell>.asm-daily-date-card--edge .asm-daily-date-card__hint{padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px))}.app-shell.asm-card-mode .crm-shell.asm-daily-shell>.asm-daily-timeline-card--edge .asm-daily-timeline-card__head{padding-left:max(.85rem,env(safe-area-inset-left,0px));padding-right:max(.85rem,env(safe-area-inset-right,0px))}.app-shell.asm-card-mode .crm-shell.asm-daily-shell>.asm-daily-timeline-card--edge .asm-daily-timeline{padding-left:max(.85rem,env(safe-area-inset-left,0px));padding-right:max(.85rem,env(safe-area-inset-right,0px))}}@media(max-width:640px){.app-shell.asm-card-mode .crm-shell.asm-daily-shell>.asm-daily-timeline-card--edge,.app-shell.asm-card-mode .crm-shell.asm-daily-shell>.asm-daily-date-card--edge{--daily-timeline-bleed: .81rem }}.asm-daily-add-trigger{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.72rem 1rem;font-weight:700;border-radius:12px;transition:transform .15s ease,box-shadow .2s ease}.asm-daily-add-trigger .material-symbols-rounded{font-size:1.38rem}.asm-daily-add-trigger:active:not(:disabled){transform:scale(.98)}.asm-daily-timeline__footer-hint{margin:.65rem 0 0;text-align:center;font-size:.78rem;line-height:1.4}.asm-daily-add-card{border-left:4px solid #f9b91b;box-shadow:0 8px 26px #0f172a12}.asm-daily-save-activity-btn{margin-top:.35rem}.asm-daily-loc-row{gap:.55rem;flex-wrap:wrap;align-items:center}.asm-daily-notes-card{border-top:3px solid #64748b}.asm-daily-notes-actions{flex-direction:column;gap:.5rem;margin-top:.35rem}.asm-daily-locked-msg{margin-top:.75rem}.asm-field-stack{display:flex;flex-direction:column;gap:.45rem}.asm-daily-actions{flex-direction:column;margin-top:.45rem}.app-shell.asm-card-mode #modalRoot .modal{max-width:min(440px,92vw);max-height:min(640px,85vh);overflow-y:auto}.asm-fab-stack{position:fixed;right:max(.75rem,env(safe-area-inset-right,0px));bottom:calc(4.25rem + env(safe-area-inset-bottom,0px));z-index:40;display:flex;flex-direction:column;align-items:flex-end;gap:.55rem;pointer-events:none}.asm-fab-stack .asm-fab{pointer-events:auto}.asm-fab{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .85rem;border-radius:999px;border:none;font-weight:700;font-size:.82rem;box-shadow:0 10px 28px #0f172a2e;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.asm-fab:active{transform:scale(.97)}.asm-fab--catalog{background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff}.asm-fab--order{background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff}.asm-fab .material-symbols-rounded{font-size:1.25rem}.asm-invoice-row-card{border-radius:14px;border:1px solid rgba(148,163,184,.35);padding:.75rem .85rem;margin-bottom:.55rem;background:#fff;box-shadow:0 4px 14px #0f172a0f}.asm-sales-orders-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem}.asm-sales-mobile-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.asm-tour-plan-card{border-radius:14px;border:1px solid rgba(148,163,184,.35);padding:.85rem .95rem;margin-bottom:.65rem;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 6px 20px #0f172a12}.asm-dealers-shell #asmDealersListPane .asm-mobile-scroll-list.asm-dealer-card-list{margin-top:.65rem}.asm-dealers-shell .asm-dealers-head.asm-mobile-screen-head{gap:.7rem}.asm-sales-create-card{padding:1rem 1.05rem 1.1rem}.asm-sales-create-card__title{margin:0 0 .35rem;font-size:1.1rem}.asm-sales-create-card__hint{margin-bottom:.85rem}.asm-sales-order-lines-host{margin-top:.5rem}.asm-fab-order-line__grid{display:grid;grid-template-columns:1fr 1fr;gap:.55rem .65rem}.asm-fab-order-line__full{grid-column:1 / -1}.asm-sales-create-actions{display:flex;flex-direction:column;gap:.55rem;margin-top:.85rem}.asm-sales-order-card{border-radius:14px;border:1px solid rgba(148,163,184,.32);padding:.78rem .88rem;margin-bottom:.55rem;background:#fff;box-shadow:0 5px 16px #0f172a0e}.asm-sales-order-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.55rem;margin-bottom:.55rem}.asm-sales-order-card__eyebrow{display:block;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--slate-500)}.asm-sales-order-card__num{font-size:1.02rem}.asm-sales-order-card__dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.35rem .75rem;font-size:.86rem}.asm-sales-order-card__dl dt{margin:0;font-weight:700;color:var(--slate-500);font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.asm-sales-order-card__dl dd{margin:0}.asm-sales-orders-card__title{margin:0 0 .25rem;font-size:1.08rem}.asm-sales-orders-card__subtitle{margin:0}.asm-sales-orders-head{align-items:flex-start}.asm-sales-orders-head__filters{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}@media(max-width:720px){.asm-sales-table-desktop{display:none}.asm-sales-orders-head{flex-direction:column;align-items:stretch}}.asm-catalog-hero{background:linear-gradient(135deg,#0f766e,#115e59 45%,#1e3a5f);color:#fff;border-radius:14px;padding:1rem 1.1rem 1.05rem;margin-bottom:.85rem}.asm-catalog-hero__badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:700;opacity:.95}.asm-catalog-hero__title{margin:.4rem 0 .2rem;font-size:1.15rem;line-height:1.25}.asm-catalog-hero__lead{margin:0 0 .55rem;font-size:.88rem;opacity:.94;line-height:1.45}.asm-catalog-hero__cta .btn{width:100%}.asm-catalog-hero__cta .sub{color:#ffffffe0;margin:.45rem 0 0}.asm-catalog-grid{display:flex;flex-direction:column;gap:.55rem;max-height:min(50vh,380px);overflow:auto;padding-right:.15rem}.asm-catalog-card{display:flex;gap:.65rem;align-items:stretch;border-radius:12px;border:1px solid var(--slate-200);padding:.55rem .65rem;background:#fff;box-shadow:0 4px 12px #0f172a0d}.asm-catalog-card__img{width:4.25rem;height:4.25rem;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--slate-100)}.asm-catalog-card__img img{width:100%;height:100%;object-fit:cover}.asm-catalog-card__img--ph{display:flex;align-items:center;justify-content:center;color:var(--slate-400)}.asm-catalog-card__img--ph .material-symbols-rounded{font-size:1.75rem}.asm-catalog-card__body{min-width:0;display:flex;flex-direction:column;gap:.12rem}.asm-catalog-card__sku{font-size:.72rem;font-weight:800;color:var(--slate-500);letter-spacing:.02em}.asm-catalog-card__name{font-size:.9rem;line-height:1.3}.asm-catalog-card__stock{font-size:.78rem;color:var(--slate-600)}.app-shell.asm-card-mode #modalRoot .modal:has(.asm-catalog-v2){max-width:min(560px,96vw);max-height:min(88vh,760px)}.asm-catalog-v2__body{max-height:min(52vh,420px);overflow:auto;padding-right:.2rem}.asm-catalog-group{margin-bottom:1rem}.asm-catalog-group__title{margin:0 0 .45rem;font-size:.82rem;font-weight:800;color:var(--slate-600);text-transform:uppercase;letter-spacing:.04em}.asm-catalog-group__grid{display:flex;flex-direction:column;gap:.5rem}.asm-cat-card{border-radius:12px;border:1px solid var(--slate-200);background:#fff;box-shadow:0 2px 10px #0f172a0f;overflow:hidden;text-align:left}.asm-cat-card__main{display:flex;align-items:stretch;gap:.6rem;width:100%;padding:.55rem .65rem;border:none;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}.asm-cat-card__main:focus-visible{outline:2px solid var(--blue-500);outline-offset:2px}.asm-cat-card__thumb{width:3.75rem;height:3.75rem;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--slate-100)}.asm-cat-card__thumb img{width:100%;height:100%;object-fit:cover}.asm-cat-card__thumb--ph{display:flex;align-items:center;justify-content:center;color:var(--slate-400)}.asm-cat-card__thumb--ph .material-symbols-rounded{font-size:1.5rem}.asm-cat-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.asm-cat-card__sku{font-size:.7rem;font-weight:800;color:var(--slate-500)}.asm-cat-card__name{font-size:.88rem;line-height:1.25}.asm-cat-card__dims{font-size:.75rem;color:var(--slate-600)}.asm-cat-card__stock{font-size:.76rem;color:var(--slate-600)}.asm-cat-card__chev{align-self:center;color:var(--slate-400);font-size:1.35rem}.asm-cat-color-row{display:flex;flex-wrap:wrap;gap:.2rem;align-items:center}.asm-cat-color-chip{display:inline-flex;align-items:center;max-width:100%;padding:.08rem .35rem .08rem .28rem;border-radius:999px;font-size:.65rem;font-weight:700;background:var(--slate-100);border:1px solid var(--slate-200);gap:.25rem}.asm-cat-color-chip[style*=--asm-chip]{padding-left:.22rem;border-color:transparent;background:linear-gradient(135deg,#ffffffe6,#f8fafcf2);box-shadow:inset 0 0 0 1px var(--slate-200)}.asm-cat-color-chip[style*=--asm-chip]:before{content:"";width:.55rem;height:.55rem;border-radius:50%;flex-shrink:0;background:var(--asm-chip);box-shadow:inset 0 0 0 1px #0f172a1f}.asm-cat-color-chip__lbl{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:6.5rem}.asm-cat-color-more{font-size:.65rem;font-weight:800;color:var(--slate-500);padding:0 .15rem}.asm-cat-card__detail{padding:0 .75rem .75rem;border-top:1px solid var(--slate-100);background:linear-gradient(180deg,#fafbfc,#fff 40%)}.asm-cat-detail__specs{display:flex;flex-direction:column;gap:.45rem;margin:.55rem 0 .5rem;font-size:.82rem}.asm-cat-detail__k{display:block;font-size:.68rem;font-weight:800;color:var(--slate-500);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.12rem}.asm-cat-detail__v{color:var(--slate-800)}.asm-turntable{margin-top:.25rem}.asm-turntable__stage{position:relative;border-radius:14px;overflow:hidden;background:var(--slate-100);aspect-ratio:1;max-height:min(52vw,280px);margin:0 auto;touch-action:none;-webkit-user-select:none;user-select:none}.asm-turntable__stage--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1rem;text-align:center;font-size:.82rem;color:var(--slate-600)}.asm-turntable__stage--empty .material-symbols-rounded{font-size:2rem;color:var(--slate-400)}.asm-turntable__img{width:100%;height:100%;object-fit:contain;display:block;background:#fff;pointer-events:none}.asm-turntable__controls{display:flex;align-items:center;gap:.65rem;margin-top:.45rem;flex-wrap:wrap}.asm-turntable__range-label{flex:1;min-width:10rem;display:flex;flex-direction:column;gap:.2rem;font-size:.72rem;font-weight:700;color:var(--slate-600)}.asm-turntable__range{width:100%}.asm-turntable__frame-lbl{flex-shrink:0;font-weight:700;color:var(--slate-600)}.asm-turntable__hint{margin:.35rem 0 0;font-size:.75rem}.pm-cat-edit .field{margin-bottom:.65rem}.pm-cat-edit #pmCatSave{margin-top:.25rem}.asm-fab-order-modal__intro{line-height:1.5;margin-bottom:.75rem}.asm-fab-order-lines{display:flex;flex-direction:column;margin-top:.55rem}.asm-fab-order-submit{margin-top:.75rem!important}.asm-order-otp-flow__lead{line-height:1.45;margin-bottom:.65rem}.asm-order-otp-flow{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}.asm-order-otp-flow__input{font-size:1.25rem;letter-spacing:.12em;text-align:center;padding:.65rem!important}.asm-order-otp-flow__actions{position:sticky;bottom:calc(4.75rem + env(safe-area-inset-bottom,0px));z-index:3;padding-top:.55rem;background:linear-gradient(180deg,#fff0,#fff 45%)}#asmDailyExpenseWrap label[for=asmDailyExpenseAmt]{display:block;margin-top:.55rem}.asm-mobile-neycer-brand{display:inline-flex;align-items:center;justify-content:center;padding:.15rem 0;border-radius:8px;background:transparent;line-height:0}.asm-mobile-neycer-brand:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:3px;border-radius:10px}.asm-mobile-neycer-brand img{display:block;width:min(104px,30vw);height:auto;vertical-align:middle;filter:brightness(0) invert(1)}.asm-daily-expense-kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:.55rem}.asm-daily-expense-kpi-lbl{display:block;font-size:.72rem;font-weight:700;color:var(--slate-500);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.12rem}.asm-daily-expense-kpi-val{font-size:1.05rem;font-weight:800;color:var(--slate-900)}.asm-daily-expense-cats{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;line-height:1.35;color:var(--slate-600)}.asm-daily-exp-cat em{font-style:normal;font-weight:800;color:var(--slate-700)}.asm-daily-act-card__proofs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.45rem}.asm-daily-proof-link{display:block;border-radius:8px;overflow:hidden;border:1px solid var(--slate-200);flex-shrink:0}.asm-daily-proof-thumb{width:3.25rem;height:3.25rem;object-fit:cover;display:block;vertical-align:middle}.asm-daily-expense-preview{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.45rem;min-height:0}.asm-daily-expense-preview__thumb{width:3.5rem;height:3.5rem;object-fit:cover;border-radius:8px;border:1px solid var(--slate-200)}.asm-more-sheet__expense-panel{padding:.35rem .85rem .5rem}.asm-more-sheet__expense-title{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--slate-500);margin-bottom:.35rem}.asm-more-sheet__expense-body{font-size:.85rem;line-height:1.45;color:var(--slate-800)}.asm-more-sheet__expense-body.sub{color:var(--slate-600)}.asm-exp-inline{margin-bottom:.25rem}.asm-exp-inline.asm-exp-cats{font-size:.8rem;color:var(--slate-600)}.asm-more-sheet__expense-hint{margin:.5rem 0 0;font-size:.75rem;color:var(--slate-500);line-height:1.4}
