@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Playfair+Display:wght@700&family=Roboto:wght@400;500&family=Inter:wght@400;500;600&display=swap";:root{--hannexa-primary: #162133;--hannexa-primary-dark: #101826;--hannexa-blue: #2d4f88;--hannexa-blue-mid: #203a66;--hannexa-blue-dark: #172b49;--hannexa-silver-text: #162133;--hannexa-silver-gradient: linear-gradient( 180deg, #fcfcfb 0%, #f1f1ef 16%, #d9d9d6 38%, #bbbcbf 52%, #f5f5f3 74%, #d8d8d5 100% );--hannexa-silver-soft: rgba(239, 239, 236, .78);--hannexa-silver-border: rgba(235, 235, 232, .22);--hannexa-silver-glow: rgba(243, 243, 240, .16);--hannexa-action-create-start: #2f9e62;--hannexa-action-create-end: #278652;--hannexa-action-refresh-bg: #e8f2ff;--hannexa-action-refresh-bg-hover: #dcecff;--hannexa-action-refresh-border: rgba(45, 79, 136, .16);--hannexa-action-refresh-text: #2d4f88;--crm-bg: #f5f7fb;--crm-surface: #ffffff;--crm-surface-muted: #eef2f8;--crm-text: #162133;--crm-text-muted: #516074;--crm-border: rgba(22, 33, 51, .08);--crm-shadow: 0 20px 60px rgba(16, 24, 38, .08);--crm-accent-operations: #0e7490;--crm-accent-operations-soft: rgba(14, 116, 144, .12);--crm-accent-commercial: var(--crm-accent-operations);--crm-accent-commercial-soft: var(--crm-accent-operations-soft);--crm-accent-portfolio: var(--hannexa-blue);--crm-accent-portfolio-soft: rgba(45, 79, 136, .12);--crm-accent-finance: #3730a3;--crm-accent-finance-soft: rgba(55, 48, 163, .12);--font-body: "Roboto", sans-serif;--font-ui: "Inter", sans-serif;--font-heading: "Playfair Display", serif;--font-accent: "Montserrat", sans-serif}body{font-family:var(--font-body);color:var(--crm-text);background:var(--crm-bg)}.font-hannexa-body{font-family:var(--font-body)}.font-hannexa-ui{font-family:var(--font-ui)}.font-hannexa-heading{font-family:var(--font-heading)}.font-hannexa-accent{font-family:var(--font-accent)}.text-hannexa-primary{color:var(--hannexa-primary)}.text-hannexa-blue{color:var(--hannexa-blue)}.bg-hannexa-primary{background:var(--hannexa-primary)}.bg-hannexa-silver{background:var(--hannexa-silver-gradient)}.btn-hannexa-primary,.btn-hannexa-silver,.btn-hannexa-success,.btn-hannexa-danger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3.25rem;padding:.8rem 1.25rem;border-radius:.95rem;border:0;font-family:var(--font-ui);font-weight:600;text-decoration:none;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.btn-hannexa-primary{color:#fff;background:linear-gradient(180deg,var(--hannexa-blue) 0%,var(--hannexa-blue-mid) 52%,var(--hannexa-blue-dark) 100%);box-shadow:0 16px 40px #00000038,inset 0 1px #ffffff24}.btn-hannexa-silver{color:var(--hannexa-silver-text);background:var(--hannexa-silver-gradient);box-shadow:0 16px 40px #0003,inset 0 1px #fffffffa,inset 0 -1px #74788038}.btn-hannexa-success{position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--hannexa-action-create-start) 0%,var(--hannexa-action-create-end) 55%,var(--hannexa-blue-mid) 100%);box-shadow:0 14px 34px #203a662e,0 10px 22px #27865233,inset 0 1px #ffffff2e}.btn-hannexa-danger{color:#fff;background:linear-gradient(180deg,#c14a4a,#a53c3c);box-shadow:0 12px 28px #a53c3c33,inset 0 1px #ffffff29}.btn-hannexa-success:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,#ffffff24,#ffffff0a);pointer-events:none}.btn-hannexa-success>span{position:relative;z-index:1}.btn-hannexa-success__icon{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border-radius:999px;background:#ffffff2e;box-shadow:inset 0 1px #fff3;font-size:.95rem;line-height:1}.btn-hannexa-primary:hover,.btn-hannexa-silver:hover,.btn-hannexa-success:hover,.btn-hannexa-danger:hover{transform:translateY(-2px)}.btn-hannexa-primary:hover{filter:brightness(1.08)}.btn-hannexa-silver:hover{filter:brightness(1.03)}.btn-hannexa-success:hover{filter:brightness(1.04);box-shadow:0 18px 40px #203a6638,0 12px 26px #2786523d,inset 0 1px #fff3}.btn-hannexa-danger:hover{filter:brightness(1.03)}*{box-sizing:border-box}html{min-width:320px}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid rgba(45,79,136,.35);outline-offset:2px}h1,h2,h3,h4,p,dl{margin-top:0}.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}#root{min-height:100vh}.app-frame{display:grid;grid-template-columns:276px minmax(0,1fr);min-height:100vh;background:var(--crm-bg)}.app-sidebar{display:grid;grid-template-columns:60px minmax(0,1fr);color:#ffffffeb;background:linear-gradient(180deg,var(--hannexa-blue) 0%,var(--hannexa-blue-mid) 55%,var(--hannexa-blue-dark) 100%);border-right:1px solid rgba(255,255,255,.08)}.app-sidebar__rail{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:.85rem .35rem;background:linear-gradient(180deg,var(--hannexa-primary) 0%,var(--hannexa-primary-dark) 100%);border-right:1px solid rgba(255,255,255,.08)}.app-sidebar__brand{display:flex;align-items:center;justify-content:center;width:100%;padding:.1rem 0 .6rem}.app-sidebar__logo{width:28px;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}.app-sidebar__category-nav{display:flex;flex-direction:column;align-items:center;gap:.45rem;width:100%}.app-sidebar__category-button{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:1rem;background:transparent;color:#ffffffe0;overflow:visible;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.app-sidebar__category-button:hover{background:#ffffff0a;color:#fff}.app-sidebar__category-button.is-active{background:transparent;color:#fff;box-shadow:none}.app-sidebar__category-button.is-active:before{content:"";position:absolute;left:-8px;top:8px;bottom:8px;width:3px;border-radius:999px;background:var(--hannexa-silver-gradient);box-shadow:0 0 14px #ffffff2e}.app-sidebar__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.app-sidebar__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-sidebar__tooltip{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%) translate(-4px);padding:.45rem .65rem;border-radius:.7rem;background:#08111ff5;color:#fff;font-family:var(--font-ui);font-size:.8rem;font-weight:600;line-height:1;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;box-shadow:0 12px 28px #0000003d;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:20}.app-sidebar__tooltip:before{content:"";position:absolute;left:-5px;top:50%;width:10px;height:10px;background:#08111ff5;transform:translateY(-50%) rotate(45deg);border-radius:2px}.app-sidebar__category-button:hover .app-sidebar__tooltip,.app-sidebar__category-button:focus-visible .app-sidebar__tooltip{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.app-sidebar__panel{display:flex;flex-direction:column;gap:.9rem;padding:1rem .8rem;background:linear-gradient(180deg,#2d4f8847,#172b4933);animation:sidebar-panel-in .22s ease;transform-origin:left center}.app-sidebar__panel-header{padding:.35rem .35rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.app-sidebar__panel-header strong{display:block;font-family:var(--font-ui);font-size:1rem;font-weight:700}.app-sidebar__panel-header span{display:block;margin-top:.3rem;color:#efefecbd;font-size:.84rem}.app-sidebar__subnav{display:flex;flex-direction:column;gap:.45rem}.app-sidebar__subitem{position:relative;display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem .9rem 1.1rem;border-radius:1rem;color:#ffffffe0;font-family:var(--font-ui);font-size:.95rem;font-weight:600;letter-spacing:.01em;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.app-sidebar__subitem:hover{background:#ffffff0f;color:#fff}.app-sidebar__subitem.is-active{background:#ffffff14;color:#fff}.app-sidebar__subitem.is-active:before{content:"";position:absolute;left:.45rem;top:.8rem;bottom:.8rem;width:2px;border-radius:999px;background:#efefecd9}.app-frame__main{position:relative;z-index:1;display:flex;flex-direction:column;min-width:0}.app-topbar{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding:.7rem 1rem;background:#ffffffeb;border-bottom:1px solid var(--crm-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-topbar__left{display:flex;align-items:center;gap:.75rem;min-width:0}.app-topbar__search{display:inline-flex;align-items:center;gap:.5rem;min-width:220px;padding:.6rem .8rem;border-radius:.8rem;background:var(--crm-surface-muted);color:var(--crm-text-muted);font-family:var(--font-ui);font-size:.88rem}.app-topbar__search-icon{display:inline-flex;width:16px;height:16px;color:var(--crm-text-muted)}.app-topbar__search-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-topbar__workspace-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.48rem .68rem;border-radius:999px;background:#2d4f8814;color:var(--hannexa-blue-dark);font-family:var(--font-ui);font-size:.8rem;font-weight:700;white-space:nowrap}.app-topbar__workspace-dot{width:.42rem;height:.42rem;border-radius:999px;background:var(--hannexa-blue)}.app-topbar__meta{display:flex;align-items:center;gap:.65rem}.app-topbar__locale-switch{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem;border-radius:999px;background:var(--crm-surface-muted)}.app-topbar__locale-button{min-width:2.25rem;padding:.42rem .62rem;border:0;border-radius:999px;background:transparent;color:var(--crm-text-muted);font-family:var(--font-ui);font-size:.8rem;font-weight:700}.app-topbar__locale-button.is-active{background:var(--crm-surface);color:var(--hannexa-primary);box-shadow:0 6px 18px #10182614}.app-topbar__workspace{color:var(--crm-text-muted);font-family:var(--font-ui);font-size:.8rem;white-space:nowrap}.app-topbar__logout{padding:.48rem .78rem;border-radius:999px;border:1px solid var(--crm-border);background:var(--crm-surface);color:var(--crm-text);font-family:var(--font-ui);font-size:.78rem;font-weight:700;white-space:nowrap}.app-topbar__profile{width:2rem;height:2rem;border-radius:999px;border:1px solid var(--crm-border);background:var(--crm-surface);color:var(--hannexa-primary);font-family:var(--font-ui);font-weight:700}.app-frame__content{padding:1.1rem}.app-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;margin-bottom:1rem}.app-page-header__content{min-width:0}.app-page-header__actions{display:flex;align-items:center;gap:.85rem}.app-page-header--dashboard{position:relative;overflow:hidden;align-items:center;gap:1.4rem;margin-bottom:1.15rem;padding:1.35rem 1.45rem;border:1px solid rgba(45,79,136,.16);border-radius:1.45rem;background:radial-gradient(circle at 92% 10%,#4a90e22e 0,#4a90e200 28%),linear-gradient(135deg,#fffffffa,#f4f8fdf5 48%,#e8f2ffeb);box-shadow:0 18px 42px #10182614,inset 0 1px #fffffff0}.app-page-header--dashboard:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(45,79,136,.42) 18%,rgba(255,255,255,.68) 52%,transparent 100%);opacity:.38;pointer-events:none}.app-page-header--dashboard:after{content:"";position:absolute;right:-3.5rem;bottom:-4.5rem;width:13rem;height:13rem;border-radius:999px;background:#2d4f8814;pointer-events:none}.app-page-header--dashboard .app-page-header__content,.app-page-header--dashboard .app-page-header__actions{position:relative;z-index:1}.app-page-header--dashboard .app-page-header__actions{align-self:stretch;align-items:center}.app-page-header--dashboard .btn-hannexa-primary{min-height:3rem;padding:.78rem 1.15rem .78rem 1.25rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:linear-gradient(135deg,var(--hannexa-primary) 0%,var(--hannexa-blue) 56%,var(--hannexa-blue-mid) 100%);box-shadow:0 14px 28px #172b4938,inset 0 1px #ffffff29;white-space:nowrap}.app-page-header--dashboard .btn-hannexa-primary:after{content:"→";display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;border-radius:999px;background:#ffffff24;font-weight:800}.app-page-header__eyebrow,.page-state__eyebrow{margin-bottom:.5rem;font-family:var(--font-ui);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hannexa-blue)}.app-page-header h1{margin:0 0 .25rem;font-family:var(--font-ui);font-size:1.4rem;color:var(--hannexa-primary)}.app-page-header--dashboard h1{margin-bottom:.35rem;font-size:clamp(1.75rem,2.6vw,2.35rem);line-height:1.05;letter-spacing:-.035em}.app-page-header p,.page-state p{margin-bottom:0;color:var(--crm-text-muted)}.app-page-header--dashboard p{max-width:42rem;color:#162133ad;font-family:var(--font-ui);font-size:.98rem;line-height:1.65}.page-state{padding:1.6rem;border:1px solid var(--crm-border);border-radius:1.25rem;background:var(--crm-surface);box-shadow:var(--crm-shadow)}.page-state h2{margin-bottom:.6rem;font-family:var(--font-ui);color:var(--hannexa-primary)}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:var(--crm-bg)}.auth-card{width:min(100%,440px);padding:1.5rem;border:1px solid var(--crm-border);border-radius:1.25rem;background:#ffffffeb;box-shadow:var(--crm-shadow)}.auth-card h1{margin-bottom:.5rem;font-family:var(--font-heading);color:var(--hannexa-primary)}.auth-card__eyebrow{margin-bottom:.5rem;font-family:var(--font-ui);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hannexa-blue)}.auth-form{display:grid;gap:.9rem;margin-top:1rem}.auth-card__error{color:#8d2f2f;font-family:var(--font-ui);font-size:.9rem;font-weight:600}.auth-card__success,.auth-card__help{font-family:var(--font-ui);font-size:.9rem;line-height:1.5}.auth-card__success{color:#1f6f4a;font-weight:700}.auth-card__help{color:var(--crm-muted)}.auth-card__link,.auth-card__link-button{justify-self:center;border:0;background:transparent;color:var(--hannexa-blue);cursor:pointer;font-family:var(--font-ui);font-size:.9rem;font-weight:700;text-decoration:none}.auth-card__link:hover,.auth-card__link-button:hover{color:var(--hannexa-primary);text-decoration:underline}.quotes-page{display:grid;gap:.9rem}.dashboard-page{gap:1rem}.crm-section-card{--crm-section-border: rgba(45, 79, 136, .14);position:relative;overflow:hidden;display:grid;gap:.95rem;padding:.95rem 1rem;border:1px solid var(--crm-section-border);border-radius:1.25rem;background:linear-gradient(135deg,var(--crm-visual-tone-soft, rgba(232, 242, 255, .72)) 0%,rgba(255,255,255,.96) 34%,rgba(255,255,255,.9) 100%);box-shadow:var(--crm-shadow),inset 0 1px #ffffffdb}.crm-section-card:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent 0%,var(--crm-visual-tone, var(--hannexa-blue)) 20%,rgba(255,255,255,.62) 52%,transparent 100%);opacity:.34;pointer-events:none}.crm-section-card__header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.crm-section-card__title-block{display:grid;gap:.25rem}.crm-section-card__eyebrow{margin:0;color:var(--crm-visual-tone, var(--hannexa-blue));font-family:var(--font-ui);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.crm-section-card h3{display:flex;align-items:center;gap:.5rem;margin:0;color:var(--hannexa-primary);font-family:var(--font-ui);font-size:.98rem}.crm-section-card p{margin:0;max-width:58rem;color:var(--crm-text-muted);font-size:.88rem}.crm-section-card__actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:.6rem}.crm-section-card__body{position:relative;display:grid;gap:.85rem}.crm-section-card--operations,.crm-section-card--commercial{--crm-visual-tone: var(--crm-accent-commercial);--crm-visual-tone-soft: var(--crm-accent-commercial-soft);--crm-section-border: rgba(14, 116, 144, .18)}.crm-section-card--portfolio{--crm-visual-tone: var(--crm-accent-portfolio);--crm-visual-tone-soft: var(--crm-accent-portfolio-soft);--crm-section-border: rgba(45, 79, 136, .18)}.crm-section-card--finance{--crm-visual-tone: var(--crm-accent-finance);--crm-visual-tone-soft: var(--crm-accent-finance-soft);--crm-section-border: rgba(55, 48, 163, .18)}.crm-section-card--neutral{--crm-visual-tone: var(--hannexa-blue);--crm-visual-tone-soft: rgba(45, 79, 136, .1);--crm-section-border: rgba(45, 79, 136, .14)}.crm-section-title-icon{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:.65rem;background:var(--crm-visual-tone-soft, rgba(45, 79, 136, .12));color:var(--crm-visual-tone, var(--hannexa-blue));flex:0 0 auto}.crm-section-title-icon svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.crm-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.crm-metric-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-metric-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-metric-card{position:relative;overflow:hidden;display:grid;gap:.35rem;min-height:7rem;padding:1rem 1.1rem;border:1px solid var(--crm-border);border-radius:1.25rem;background:linear-gradient(180deg,#fffffffa,#f8fbfff0);box-shadow:0 12px 30px #1018260f;color:inherit;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.crm-metric-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--crm-visual-tone, var(--hannexa-blue))}.crm-metric-card--link{padding-bottom:2.25rem}.crm-metric-card span,.crm-metric-card small{color:var(--crm-text-muted);font-family:var(--font-ui);font-size:.82rem}.crm-metric-card strong{color:var(--hannexa-primary);font-family:var(--font-ui);font-size:1.35rem}.crm-metric-card__open,.crm-action-card__arrow{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--crm-visual-tone-soft, rgba(45, 79, 136, .12));color:var(--crm-visual-tone, var(--hannexa-blue));font-family:var(--font-ui);font-weight:800;line-height:1}.crm-metric-card__open{position:absolute;right:1rem;bottom:.9rem;width:1.65rem;height:1.65rem;font-size:1rem}.crm-metric-card--operations,.crm-metric-card--commercial,.crm-action-card--operations,.crm-action-card--commercial{--crm-visual-tone: var(--crm-accent-commercial);--crm-visual-tone-soft: var(--crm-accent-commercial-soft)}.crm-metric-card--portfolio,.crm-action-card--portfolio{--crm-visual-tone: var(--crm-accent-portfolio);--crm-visual-tone-soft: var(--crm-accent-portfolio-soft)}.crm-metric-card--finance,.crm-action-card--finance{--crm-visual-tone: var(--crm-accent-finance);--crm-visual-tone-soft: var(--crm-accent-finance-soft)}.crm-metric-card--neutral,.crm-action-card--neutral{--crm-visual-tone: var(--hannexa-blue);--crm-visual-tone-soft: rgba(45, 79, 136, .1)}.crm-metric-card--link:hover,.crm-action-card:hover:not(:disabled){border-color:#2d4f8833;box-shadow:0 16px 34px #10182617;transform:translateY(-1px)}.crm-action-card{display:flex;align-items:center;justify-content:space-between;gap:.85rem;width:100%;padding:.95rem 1rem;border:1px solid var(--crm-border);border-radius:1rem;background:linear-gradient(180deg,#ffffff 0%,var(--crm-surface-muted) 100%);color:inherit;text-align:left;text-decoration:none;box-shadow:inset 0 1px #ffffffd1;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.crm-action-card__content{display:grid;gap:.3rem;min-width:0}.crm-action-card strong{color:var(--hannexa-primary);font-family:var(--font-ui)}.crm-action-card__content>span{color:var(--crm-text-muted);font-size:.88rem}.crm-action-card__arrow{flex:0 0 auto;width:1.8rem;height:1.8rem}.crm-action-card:disabled{cursor:not-allowed;opacity:.68}.prospects-filters-embedded{display:grid;gap:.75rem}.prospects-filters-embedded__subline{margin:0;color:var(--crm-text-muted);font-size:.84rem}.dashboard-section--quick-links{--crm-visual-tone: var(--hannexa-blue);--crm-visual-tone-soft: rgba(45, 79, 136, .1);background:linear-gradient(135deg,#eff4faf0,#fffffff5)}.dashboard-quick-links-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.crm-action-card.dashboard-quick-link-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.85rem;min-height:5.75rem;padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:1.15rem;background:linear-gradient(135deg,var(--hannexa-blue) 0%,var(--hannexa-blue-mid) 58%,var(--hannexa-blue-dark) 100%);color:#ffffffe6;text-align:left;text-decoration:none;box-shadow:inset 0 1px #ffffff1f,0 14px 30px #172b4929;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.crm-action-card.dashboard-quick-link-card .crm-action-card__content{display:grid;gap:.28rem;min-width:0}.crm-action-card.dashboard-quick-link-card strong{color:#fff;font-family:var(--font-ui);font-size:.95rem}.crm-action-card.dashboard-quick-link-card .crm-action-card__content>span{color:#efefecbd;font-size:.84rem;line-height:1.35}.crm-action-card.dashboard-quick-link-card .crm-action-card__arrow{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#ffffff1a;color:#fff;font-family:var(--font-ui);font-weight:800}.crm-action-card.dashboard-quick-link-card:hover{border-color:#fff3;box-shadow:inset 0 1px #ffffff24,0 18px 36px #172b4938;transform:translateY(-1px)}.finance-overview-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.finance-overview-cards--four{grid-template-columns:repeat(4,minmax(0,1fr))}.finance-overview-card{display:grid;gap:.35rem;padding:1rem 1.1rem;border:1px solid var(--crm-border);border-radius:1.25rem;background:#ffffffe6;box-shadow:var(--crm-shadow)}.finance-overview-card span{color:var(--crm-text-muted);font-family:var(--font-ui);font-size:.82rem}.finance-overview-card strong{color:var(--hannexa-primary);font-family:var(--font-ui);font-size:1.35rem}.finance-overview-card--link{text-decoration:none;color:inherit}.finance-overview-card small{color:var(--crm-text-muted);font-size:.8rem}.list-page-action__icon--add svg{transform:scale(.72)}.quotes-filters-card,.quotes-table-card,.data-state-card{border:1px solid var(--crm-border);border-radius:1.25rem;background:linear-gradient(180deg,#fffffff5,#ffffffe6);box-shadow:var(--crm-shadow)}.quotes-filters-card{display:grid;gap:.8rem;padding:.85rem}.quotes-filters-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.quotes-filters-toolbar h2{margin-bottom:.2rem;font-family:var(--font-ui);font-size:.95rem;color:var(--hannexa-primary)}.quotes-filters-toolbar p{margin:0;color:var(--crm-text-muted)}.quotes-filters-toolbar__eyebrow{margin-bottom:.35rem;font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hannexa-blue)}.quotes-refresh-button{display:inline-flex;align-items:center;gap:.42rem;padding:.5rem .78rem;border:1px solid var(--hannexa-action-refresh-border);border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.72) 0%,var(--hannexa-action-refresh-bg) 100%);color:var(--hannexa-action-refresh-text);font-family:var(--font-ui);font-size:.78rem;font-weight:700;white-space:nowrap;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #2d4f8814;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.quotes-refresh-button__icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem}.quotes-refresh-button__icon svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.quotes-refresh-button:hover{background:linear-gradient(180deg,rgba(255,255,255,.82) 0%,var(--hannexa-action-refresh-bg-hover) 100%);transform:translateY(-1px);box-shadow:inset 0 1px #fffffff2,0 10px 20px #2d4f881f}.btn-hannexa-success,.btn-hannexa-danger{min-height:0;padding:.56rem .92rem;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.01em}.quotes-filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.7rem}.prospects-filters-grid{grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr) minmax(220px,.8fr)}.quotes-field{display:grid;gap:.45rem}.quotes-field span{font-family:var(--font-ui);font-size:.82rem;font-weight:700;color:var(--hannexa-primary)}.quotes-field input,.quotes-field select,.quotes-field textarea{width:100%;border:1px solid rgba(22,33,51,.12);border-radius:.75rem;background:#fff;padding:.68rem .78rem;color:var(--crm-text);box-shadow:inset 0 1px #ffffffb8;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.quotes-field input:focus,.quotes-field select:focus,.quotes-field textarea:focus,.client-create-form__grid input:focus,.client-create-form__grid select:focus{outline:none;border-color:#2d4f886b;background:#fff;box-shadow:0 0 0 3px #2d4f881a,inset 0 1px #ffffffe0}.quotes-field textarea{min-height:7rem;resize:vertical}.quotes-field--checkbox{align-content:end}.quotes-field--checkbox input{width:auto;justify-self:start;margin-top:.35rem}.quotes-table-card{overflow:hidden}.quotes-table-scroll{overflow-x:auto}.quotes-table{width:100%;border-collapse:collapse}.quotes-table th,.quotes-table td{padding:.72rem .8rem;text-align:left;border-bottom:1px solid rgba(22,33,51,.08);font-size:.88rem}.quotes-table thead th{font-family:var(--font-ui);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--crm-text-muted);background:#eef2f8bf}.quotes-table__header-button{display:inline-flex;align-items:center;gap:.35rem;width:100%;border:0;padding:0;background:transparent;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit}.quotes-table__header-button.is-sortable{cursor:pointer}.quotes-table__sort-indicator{font-size:.72rem}.quotes-table tbody tr{transition:background-color .18s ease,box-shadow .18s ease}.quotes-table tbody tr:hover{background:#e8f2ff5c}.quotes-table tbody tr:last-child td{border-bottom:0}.quotes-table__link{color:var(--hannexa-primary);text-decoration:none}.quotes-table__link:hover{text-decoration:underline}.clients-table__subline{margin-top:.2rem;color:var(--crm-text-muted);font-size:.84rem}.quote-status{display:inline-flex;align-items:center;padding:.4rem .65rem;border-radius:999px;background:#2d4f8814;color:var(--hannexa-blue-dark);font-family:var(--font-ui);font-size:.8rem;font-weight:700;text-transform:lowercase}.quote-status--submitted,.quote-status--quoted,.quote-status--formula_selected{background:#2d4f881f}.quote-status--converted,.quote-status--accepted,.quote-status--active,.quote-status--resolved{background:#409e6e24;color:#256b4a}.quote-status--prospect,.quote-status--pending,.quote-status--reviewed{background:#2d4f881f}.quote-status--archived{background:#16213314;color:var(--crm-text-muted)}.quote-status--rejected,.quote-status--cancelled,.quote-status--expired{background:#b44a4a1f;color:#8d2f2f}.quote-signal{display:inline-flex;align-items:center;padding:.32rem .62rem;border-radius:999px;font-family:var(--font-ui);font-size:.74rem;font-weight:700}.quote-signal--normal{background:#16213314;color:var(--crm-text-muted)}.quote-signal--needs-followup{background:#c7851324;color:#8f5d00}.quote-signal--ready-to-convert{background:#409e6e24;color:#256b4a}.data-state-card{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem}.data-state-card strong{display:block;margin-bottom:.25rem;color:var(--hannexa-primary);font-family:var(--font-ui)}.data-state-card p{color:var(--crm-text-muted)}.data-state-card__spinner{width:1.1rem;height:1.1rem;border-radius:999px;border:2px solid rgba(45,79,136,.16);border-top-color:var(--hannexa-blue);animation:spin .8s linear infinite}.data-state-card--error{border-color:#b44a4a2e}.data-state-card--access{border-color:#2d4f882e}.admin-page-grid,.quote-detail-page{display:grid;gap:.8rem}.admin-section-card{border:1px solid var(--crm-border);border-radius:1.15rem;background:linear-gradient(180deg,#fffffff5,#ffffffe6);box-shadow:var(--crm-shadow);padding:.95rem}.admin-section-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.admin-section-card__header h3{margin:0;font-family:var(--font-ui);font-size:.95rem;color:var(--hannexa-primary)}.admin-section-card__header p{margin:.2rem 0 0;color:var(--crm-text-muted);font-size:.86rem}.admin-section-card__actions{display:flex;align-items:center;gap:.75rem}.admin-section-heading{margin-bottom:.35rem}.admin-section-heading h2{margin:0;font-family:var(--font-ui);font-size:1rem;font-weight:700;color:var(--hannexa-primary)}.admin-header-actions{display:flex;align-items:center;gap:.55rem}.admin-header-actions--end{justify-content:flex-end}.admin-form-footer{display:flex;align-items:center;gap:.6rem;margin-top:.75rem}.admin-table-actions{display:flex;align-items:center;gap:.5rem}.admin-table-actions--stacked{flex-direction:column;align-items:stretch}.admin-table-action-link{color:var(--hannexa-primary);font-weight:700;text-decoration:none}.admin-table-icon-link{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border:0;padding:0;background:transparent;color:var(--hannexa-blue);transition:transform .2s ease,color .2s ease,opacity .2s ease}.admin-table-icon-link:hover{transform:translateY(-1px);color:var(--hannexa-blue-mid)}.admin-table-icon-link svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.admin-table-icon-link--danger{color:#b44a4a}.admin-table-icon-link--danger:hover{color:#9f3434}.admin-inline-actions{display:flex;gap:.5rem}.crm-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1rem}.crm-modal__backdrop{position:absolute;inset:0;border:0;background:#1018266b}.crm-modal__panel{position:relative;z-index:1;width:min(100%,560px);border:1px solid var(--crm-border);border-radius:1rem;background:#fffffffa;box-shadow:0 24px 60px #1018262e;padding:.9rem}.crm-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.8rem}.crm-modal__header h3{margin:0;font-family:var(--font-ui);font-size:1rem;color:var(--hannexa-primary)}.crm-modal__header p{margin:.2rem 0 0;color:var(--crm-text-muted);font-size:.84rem}.crm-modal__close{width:2rem;height:2rem;border:1px solid var(--crm-border);border-radius:999px;background:var(--crm-surface);color:var(--crm-text);font-size:1rem;line-height:1}.crm-modal__body{display:grid;gap:.75rem}.crm-modal__panel--compact{width:min(100%,420px)}.crm-modal__footer{display:flex;justify-content:flex-end;gap:.55rem;margin-top:.2rem}.quote-detail-breadcrumbs{display:inline-flex;align-items:center;gap:.45rem;color:var(--crm-text-muted);font-family:var(--font-ui);font-size:.84rem}.quote-detail-breadcrumbs a{color:var(--hannexa-primary);text-decoration:none}.quote-detail-breadcrumbs a:hover{text-decoration:underline}.quote-detail-hero,.quote-detail-card{border:1px solid var(--crm-border);border-radius:1.25rem;background:#ffffffe6;box-shadow:var(--crm-shadow)}.quote-detail-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem .95rem}.quote-detail-hero__eyebrow{margin-bottom:.35rem;font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hannexa-blue)}.quote-detail-hero h2{margin:0;font-family:var(--font-ui);font-size:1.2rem;color:var(--hannexa-primary)}.quote-detail-hero p{margin:0;color:var(--crm-text-muted)}.quote-detail-hero__chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.85rem}.quote-detail-chip{display:inline-flex;align-items:center;padding:.4rem .65rem;border-radius:999px;background:#1621330f;color:var(--hannexa-primary);font-family:var(--font-ui);font-size:.8rem;font-weight:700}.quote-detail-hero__actions{display:flex;align-items:center;gap:.75rem}.quote-detail-backlink{color:var(--hannexa-primary);font-family:var(--font-ui);font-size:.9rem;font-weight:700;text-decoration:none}.detail-placeholder-card,.quote-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.detail-placeholder-card{grid-template-columns:minmax(0,1fr);padding:.95rem 1rem;border:1px solid rgba(45,79,136,.12);border-radius:1.1rem;background:linear-gradient(135deg,#fffffff5,#e8f2fff5);box-shadow:var(--crm-shadow)}.detail-placeholder-card h3{margin:0 0 .3rem;font-family:var(--font-ui);font-size:.98rem;color:var(--hannexa-primary)}.detail-placeholder-card p{margin:0;max-width:52rem;color:var(--crm-text-muted);font-size:.88rem}.quote-detail-grid--summary{align-items:stretch}.quote-detail-card{padding:.95rem 1rem}.quote-detail-card h2,.quote-detail-card h3{margin-bottom:.75rem;font-family:var(--font-ui);font-size:.92rem;color:var(--hannexa-primary)}.quote-detail-items{display:grid;gap:.7rem}.quote-detail-note{margin:.65rem 0 0;color:var(--crm-text-muted);font-size:.9rem;line-height:1.55}.crm-inline-alert{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border:1px solid rgba(45,79,136,.14);border-radius:1rem;background:linear-gradient(180deg,#e8f2ffeb,#ffffffeb);color:var(--hannexa-primary);box-shadow:0 12px 32px #2d4f8814}.crm-inline-alert p{margin:0}.quote-detail-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.quote-detail-item{display:grid;gap:.25rem}.quote-detail-item span{color:var(--crm-text-muted);font-family:var(--font-ui);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.quote-detail-item strong{color:var(--crm-text);font-family:var(--font-ui);font-size:.92rem;overflow-wrap:anywhere}.quote-detail-actions-grid{display:grid;gap:.85rem}.quote-detail-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.85rem}.quote-detail-action{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--crm-border);border-radius:.85rem;background:var(--hannexa-primary);color:#fff;padding:.7rem .9rem;font-family:var(--font-ui);font-weight:700;cursor:pointer}.quote-detail-action--danger{background:#8f1d1d}.quote-detail-action:disabled{cursor:not-allowed;opacity:.58}.quote-detail-action-card{display:grid;gap:.3rem;padding:.95rem 1rem;border:1px solid var(--crm-border);border-radius:1rem;background:linear-gradient(180deg,#ffffff 0%,var(--crm-surface-muted) 100%);color:inherit;text-align:left;text-decoration:none;box-shadow:inset 0 1px #ffffffd1;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.quote-detail-action-card:hover:not(:disabled){border-color:#2d4f8833;box-shadow:inset 0 1px #ffffffe6,0 12px 24px #2d4f881a;transform:translateY(-1px)}.quote-detail-action-card--button{width:100%}.quote-detail-action-card:disabled{cursor:not-allowed;opacity:.68}.quote-detail-action-card strong{color:var(--hannexa-primary);font-family:var(--font-ui)}.quote-detail-action-card span{color:var(--crm-text-muted);font-size:.88rem}.conversion-readiness-panel{gap:1rem}.conversion-readiness-panel__checks{display:grid;gap:.75rem;margin:1rem 0}.conversion-readiness-panel__checks div{display:flex;justify-content:space-between;gap:1rem;padding:.75rem .85rem;border:1px solid var(--crm-border);border-radius:.85rem;background:var(--crm-surface-muted)}.conversion-readiness-panel__checks span,.conversion-readiness-panel__notice{color:var(--crm-text-muted)}.client-create-form{gap:1rem}.client-create-form__grid label{display:grid;gap:.4rem;color:var(--crm-text-muted);font-family:var(--font-ui);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.client-create-form__grid input,.client-create-form__grid select{width:100%;border:1px solid var(--crm-border);border-radius:.85rem;background:var(--crm-surface-muted);color:var(--crm-text);font:inherit;padding:.75rem .85rem;text-transform:none;letter-spacing:normal}.client-create-form__grid input[aria-invalid=true]{border-color:#ef4444}.client-create-form__grid label span,.client-create-form__error{color:#b91c1c;font-size:.85rem;text-transform:none;letter-spacing:normal}.client-create-form__error[role=alert]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.client-create-form__error[role=alert] p{margin:0}.quote-detail-json{margin:0;max-height:360px;overflow:auto;border-radius:1rem;background:var(--crm-surface-muted);padding:.9rem;color:var(--crm-text);font-size:.8rem;line-height:1.55}.client-profile-related-list{display:grid;gap:.75rem}.client-profile-related-row{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.9rem 1rem;border:1px solid var(--crm-border);border-radius:1rem;background:var(--crm-surface-muted);text-decoration:none;color:inherit}.client-profile-related-row--static{cursor:default}.client-profile-related-row strong{color:var(--hannexa-primary);font-family:var(--font-ui)}.client-profile-related-row span{color:var(--crm-text-muted);font-size:.84rem;text-align:right}.activity-timeline{display:grid;gap:.9rem}.activity-timeline__item{display:grid;grid-template-columns:.75rem minmax(0,1fr);gap:.85rem}.activity-timeline__dot{width:.75rem;height:.75rem;border-radius:999px;margin-top:.35rem;background:linear-gradient(135deg,var(--hannexa-primary),var(--hannexa-accent));box-shadow:0 0 0 4px #2d4f881f}.activity-timeline__content{display:grid;gap:.3rem;padding-bottom:.2rem}.activity-timeline__topline{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.activity-timeline__topline strong{color:var(--hannexa-primary);font-family:var(--font-ui)}.activity-timeline__topline span,.activity-timeline__meta,.activity-timeline__details{color:var(--crm-text-muted);font-size:.88rem}.activity-timeline__meta,.activity-timeline__details{margin:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes sidebar-panel-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.app-sidebar__panel{animation:none}}@media(max-width:960px){.app-frame{grid-template-columns:1fr}.app-sidebar__tooltip{display:none}.app-sidebar{grid-template-columns:1fr;border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}.app-sidebar__rail{flex-direction:row;justify-content:space-between;border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}.app-sidebar__category-nav{flex-direction:row;flex-wrap:wrap;justify-content:flex-end}}@media(max-width:720px){.app-topbar,.app-page-header,.app-frame__content{padding:1rem}.app-topbar,.app-page-header,.app-topbar__left,.app-page-header__actions{flex-direction:column;align-items:flex-start}.app-page-header--dashboard{align-items:stretch;gap:1rem;padding:1.15rem}.app-page-header--dashboard .app-page-header__actions,.app-page-header--dashboard .btn-hannexa-primary{width:100%}.app-page-header--dashboard .btn-hannexa-primary{justify-content:space-between}.app-topbar__search{min-width:0;width:100%}.quotes-filters-grid,.quote-detail-grid,.quote-detail-card__grid,.finance-overview-cards,.dashboard-quick-links-grid,.crm-metric-grid,.crm-metric-grid--2,.crm-metric-grid--3,.crm-metric-grid--4{grid-template-columns:1fr}.crm-section-card__header,.quote-detail-hero,.quote-detail-hero__actions{flex-direction:column;align-items:flex-start}}
