.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem;animation:confirm-fade-in .15s ease-out}.confirm-dialog{background:#fff;border-radius:12px;width:100%;max-width:420px;padding:2rem 1.75rem 1.75rem;box-shadow:0 20px 60px #00000059;text-align:center;animation:confirm-pop-in .18s ease-out}.confirm-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.75rem;font-weight:700;font-family:Georgia,serif}.confirm-icon--danger{background:#fde8e8;color:#d00000}.confirm-icon--info{background:#e6f4f3;color:#2a9d8f}.confirm-title{margin:0 0 .5rem;font-size:1.15rem;color:#1b263b}.confirm-message{margin:0 0 1.5rem;color:#415a77;font-size:.95rem;line-height:1.5;white-space:pre-line}.confirm-actions{display:flex;justify-content:center;gap:.75rem}.confirm-actions button{min-width:110px}@keyframes confirm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes confirm-pop-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.layout{display:flex;flex-direction:column;min-height:100vh}.topbar{display:flex;align-items:center;gap:1rem;padding:10px 1rem;min-height:76px;background:#fff;color:#14213d;border-bottom:1px solid #e0e1dd;box-shadow:0 2px 6px #0000000f;position:fixed!important;top:0;left:0;width:100%!important;z-index:30}.brand-logo{height:40px;width:auto;display:block}.topbar-brand-name{font-weight:700;font-size:1.1rem;color:#14213d;white-space:nowrap}.topbar-home{color:#14213d;font-weight:600;font-size:.9rem;text-decoration:none;white-space:nowrap;margin-right:.75rem}.topbar-home:hover{text-decoration:underline}.topbar-user{margin-left:auto;display:flex;align-items:center;min-width:0}.topbar-username{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:20px}.topbar-logout{padding:.5rem .9rem;background:#fca311;color:#14213d;border:none;border-radius:4px;font-weight:600;font-size:.85rem;cursor:pointer;white-space:nowrap}.content{flex:1;min-width:0;margin-top:76px;padding:1.5rem;background:#f4f4f4}@media (max-width: 768px){.topbar{padding:8px .6rem;min-height:56px;gap:.5rem}.content{margin-top:56px;padding:1rem}.brand-logo{height:30px}.topbar-user span{max-width:30vw}}.crm-title{font-size:1.4rem;margin:0 0 1rem;color:#14213d}.crm-tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.25rem}.crm-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:8px;background:#fff;color:#333;text-decoration:none;font-weight:600;font-size:.88rem;border:1px solid #e0e1dd;white-space:nowrap}.crm-tab:hover{background:#f0f0f0}.crm-tab.active{background:#7c3aed;color:#fff;border-color:#7c3aed}@media (max-width: 768px){.crm-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}.crm-tab{flex-shrink:0}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal-dialog{background:#fff;border-radius:8px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0000004d}.modal-dialog--wide{max-width:720px;display:flex;flex-direction:column}.modal-dialog--wide .modal-body{flex:1}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee}.modal-header h3{margin:0}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#666}.modal-body{padding:1.25rem}.modal-body form{display:flex;flex-direction:column;gap:.75rem}.modal-body label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:#333}.modal-body input,.modal-body select,.modal-body textarea{padding:.6rem;border:1px solid #ccc;border-radius:4px;font-size:.95rem;font-family:inherit}.form-section-title{font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:#666;margin:.5rem 0 -.25rem;padding-top:.75rem;border-top:1px solid #eee}.form-section-title:first-child{margin-top:0;padding-top:0;border-top:none}.form-row{display:flex;flex-wrap:wrap;gap:.75rem}.form-row>label{flex:1 1 160px;min-width:140px}.form-checkbox-row{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#333}.form-checkbox-row input[type=checkbox]{width:auto}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.25rem}@media (max-width: 600px){.modal-dialog{max-width:100%}}.lp{--lp-navy: #14213d;--lp-navy-deep: #0d1730;--lp-slate: #415a77;--lp-off-white: #e0e1dd;--lp-paper: #faf8f3;--lp-orange: #fca311;--lp-orange-deep: #e6930a;--lp-teal: #2a9d8f;--lp-purple: #8338ec;--lp-ink-soft: #5b6472;--lp-red: #e5383b;font-family:Segoe UI,system-ui,sans-serif;color:var(--lp-navy);background:#fff;overflow-x:clip;padding-top:86px}.lp h1,.lp h2,.lp h3{letter-spacing:-.01em;margin:0}.lp a{color:inherit}.lp-topbar{position:fixed!important;top:0;left:0;width:100%!important;z-index:30;display:flex;align-items:center;gap:1.5rem;padding:.7rem 1.5rem;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--lp-off-white);box-sizing:border-box}.lp-topbar-logo{height:40px;width:auto;display:block}.lp-topbar-nav{display:flex;gap:1.5rem;margin-left:1rem;flex:1}.lp-topbar-nav a{text-decoration:none;font-size:.92rem;font-weight:600;color:var(--lp-slate)}.lp-topbar-nav a:hover{color:var(--lp-navy)}.lp-topbar-cta{flex-shrink:0}.lp-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.15rem;border-radius:6px;font-weight:700;font-size:.92rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease}.lp-btn-primary{background:var(--lp-orange);color:var(--lp-navy)}.lp-btn-primary:hover{background:var(--lp-orange-deep)}.lp-btn-ghost{background:transparent;border-color:var(--lp-navy);color:var(--lp-navy)}.lp-btn-ghost:hover{background:var(--lp-navy);color:#fff}.lp-btn-buy{background:transparent;border-color:var(--lp-red);color:var(--lp-red)}.lp-btn-buy:hover{background:var(--lp-red);color:#fff}.lp-btn-large{padding:.85rem 1.6rem;font-size:1rem}.lp-btn:focus-visible,.lp-topbar-nav a:focus-visible,.lp-footer a:focus-visible{outline:3px solid var(--lp-teal);outline-offset:2px}.lp-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:3rem;align-items:center;padding:4.5rem 1.5rem 5rem;max-width:1180px;margin:0 auto}.lp-eyebrow{display:inline-block;font-size:.78rem;letter-spacing:.04em;color:var(--lp-slate);background:var(--lp-off-white);padding:.35rem .7rem;border-radius:999px;margin-bottom:1.1rem}.lp-hero h1{font-size:clamp(1.9rem,3.6vw,2.9rem);font-weight:800;line-height:1.14}.lp-hero h1 span{color:var(--lp-orange-deep)}.lp-hero-lead{margin:1.2rem 0 1.8rem;font-size:1.05rem;line-height:1.6;color:var(--lp-ink-soft);max-width:46ch}.lp-hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:1.8rem}.lp-chip-row{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.lp-chip{font-size:.78rem;font-weight:700;padding:.35rem .7rem;border-radius:999px;color:#fff;white-space:nowrap}.lp-chip-navy{background:var(--lp-navy)}.lp-chip-blue{background:var(--lp-slate)}.lp-chip-teal{background:var(--lp-teal)}.lp-chip-purple{background:var(--lp-purple)}.lp-chip-orange{background:var(--lp-orange);color:var(--lp-navy)}.lp-ticket{position:relative;background:var(--lp-paper);border:1px solid #ecdfc4;border-radius:14px;padding:1.4rem 1.5rem 1.2rem;box-shadow:0 24px 48px -20px #14213d59;transform:rotate(1.5deg);justify-self:center;width:100%;max-width:340px}.lp-ticket-hole{position:absolute;top:-10px;left:50%;transform:translate(-50%);width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid #ecdfc4}.lp-ticket-row{display:flex;justify-content:space-between;align-items:center}.lp-ticket-brand{font-weight:600;font-size:.72rem;letter-spacing:.08em;color:var(--lp-slate)}.lp-ticket-no{font-size:.72rem;color:var(--lp-ink-soft);font-weight:700}.lp-ticket-perf{border-top:2px dashed #d8cba3;margin:.85rem 0}.lp-ticket-body{display:flex;flex-direction:column;gap:.55rem;margin:0}.lp-ticket-body div{display:flex;justify-content:space-between;gap:1rem}.lp-ticket-body dt{font-size:.78rem;color:var(--lp-ink-soft)}.lp-ticket-body dd{margin:0;font-size:.85rem;font-weight:600;text-align:right}.lp-ticket-foot{padding-top:.1rem}.lp-ticket-status{background:var(--lp-purple);color:#fff;font-size:.75rem;font-weight:700;padding:.3rem .65rem;border-radius:999px}.lp-ticket-amount{font-weight:600;font-size:.85rem}.lp-section{max-width:1180px;margin:0 auto;padding:4.5rem 1.5rem}.lp-section-head{max-width:54ch;margin-bottom:2.5rem}.lp-section-head h2{font-size:clamp(1.5rem,2.4vw,2rem);font-weight:800;margin-bottom:.5rem}.lp-section-head p{color:var(--lp-ink-soft);margin:0;line-height:1.55}.lp-features{background:#fbfbfa}.lp-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.1rem}.lp-feature-card{background:#fff;border-radius:10px;border-left:4px solid var(--lp-slate);box-shadow:0 2px 10px #14213d0f;padding:1.3rem 1.4rem}.lp-feature-card:nth-child(3n+2){border-left-color:var(--lp-teal)}.lp-feature-card:nth-child(3n+3){border-left-color:var(--lp-orange)}.lp-feature-icon{font-size:1.5rem;display:block;margin-bottom:.6rem}.lp-feature-card h3{font-size:1rem;font-weight:700;margin-bottom:.4rem}.lp-feature-card p{margin:0;font-size:.88rem;line-height:1.5;color:var(--lp-ink-soft)}.lp-workflow-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.lp-workflow-step{position:relative;padding:0 1.3rem 0 0}.lp-workflow-step:first-child{padding-left:0}.lp-status-pill{display:inline-block;font-size:.85rem;font-weight:700;padding:.4rem .85rem;border-radius:999px;margin-bottom:.7rem}.lp-workflow-step p{margin:0;font-size:.88rem;color:var(--lp-ink-soft);line-height:1.5}.lp-workflow-arrow{position:absolute;top:.75rem;right:-.15rem;width:1.4rem;height:2px;background:#d5dae1}.lp-workflow-arrow:after{content:"";position:absolute;right:0;top:-3px;border:4px solid transparent;border-left-color:#d5dae1}.lp-cta-banner{max-width:none;margin:0;padding:4rem 1.5rem;background:linear-gradient(135deg,var(--lp-navy),var(--lp-navy-deep));color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem}.lp-cta-banner h2{font-size:clamp(1.4rem,2.6vw,2rem);font-weight:800}.lp-cta-banner p{color:var(--lp-off-white);margin:0 0 .4rem}.lp-demo-card{width:100%;max-width:460px;background:var(--lp-paper);border:1px solid #ecdfc4;border-radius:14px;padding:1.5rem 1.6rem 1.4rem;text-align:left;color:var(--lp-navy);box-shadow:0 20px 40px -20px #00000073}.lp-demo-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;color:var(--lp-navy);background:var(--lp-off-white);padding:.4rem .75rem;border-radius:999px;margin-bottom:1.1rem}.lp-demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.lp-demo-field{display:flex;flex-direction:column;gap:.4rem}.lp-demo-label{font-size:.8rem;color:var(--lp-ink-soft)}.lp-demo-value{display:inline-block;font-family:Consolas,SFMono-Regular,Menlo,monospace;font-size:.95rem;font-weight:700;background:#fff;border:1px solid #ecdfc4;border-radius:6px;padding:.5rem .7rem;width:fit-content}.lp-demo-divider{border-top:1px dashed #d8cba3;margin:1.1rem 0}.lp-cta-banner .lp-demo-note{margin:0;font-size:.78rem;line-height:1.55;color:#000;text-align:left}@media (max-width: 480px){.lp-demo-grid{grid-template-columns:1fr}}.lp-footer{background:#0d1730;color:var(--lp-off-white);padding:3.5rem 1.5rem 1.5rem}.lp-footer-top{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(224,225,221,.15)}.lp-footer-brand p{margin:.9rem 0 0;font-size:.88rem;line-height:1.6;color:#e0e1ddbf;max-width:34ch}.lp-footer-logo{height:32px;width:auto;filter:brightness(0) invert(1)}.lp-footer-col{display:flex;flex-direction:column;gap:.65rem}.lp-footer-col h4{margin:0 0 .3rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:#e0e1dd80}.lp-footer-col a{text-decoration:none;font-size:.9rem;color:var(--lp-off-white)}.lp-footer-col a:hover{color:var(--lp-orange)}.lp-footer-linklike{background:none;border:none;padding:0;margin:0;font:inherit;text-align:left;text-decoration:none;font-size:.9rem;color:var(--lp-off-white);cursor:pointer}.lp-footer-linklike:hover{color:var(--lp-orange)}.lp-footer-bottom{max-width:1180px;margin:0 auto;padding-top:1.3rem;font-size:.82rem;color:#e0e1dd99;display:flex;flex-wrap:wrap;gap:.2rem}.lp-footer-bottom a{text-decoration:underline;color:#e0e1ddd9}.lp-footer-bottom a:hover{color:var(--lp-orange)}.lp-legal-updated{margin:0 0 1.1rem;font-size:.8rem;color:#6b7280}.lp-legal section{margin-bottom:1.1rem}.lp-legal section:last-child{margin-bottom:0}.lp-legal h4{margin:0 0 .35rem;font-size:.95rem;color:var(--lp-navy)}.lp-legal p{margin:0;font-size:.88rem;line-height:1.6;color:#3f4753}@media (max-width: 900px){.lp-hero{grid-template-columns:1fr;padding-top:2.5rem}.lp-ticket{order:-1;max-width:300px}.lp-workflow-steps{grid-template-columns:1fr 1fr;gap:1.8rem 1rem}.lp-workflow-arrow{display:none}.lp-footer-top{grid-template-columns:1fr 1fr}.lp-footer-brand{grid-column:1 / -1}}@media (max-width: 640px){.lp-topbar-nav{display:none}.lp-workflow-steps,.lp-footer-top{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.lp-btn{transition:none}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#14213d,#415a77);padding:1rem}.login-card{background:#fff;padding:2rem;border-radius:8px;width:100%;max-width:360px;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 10px 30px #00000040}.login-logo-link{display:block;width:100%;max-width:220px;margin:0 auto}.login-logo{display:block;width:100%;height:auto}.login-card p{margin:0 0 .5rem;color:#555;text-align:center}.login-card label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:#333}.login-card input{padding:.6rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.login-card button{margin-top:.5rem;padding:.7rem;background:#fca311;border:none;border-radius:4px;font-weight:600;cursor:pointer}.login-card button:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#d00000;font-size:.85rem}.mi-wrapper{display:flex;gap:0;height:calc(100vh - 220px);min-height:480px;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #00000014}.mi-map-col{position:relative;flex:1;min-width:0;background:#e5e3df}.mi-map{width:100%;height:100%}.mi-map-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#eef0ef;color:#666;font-size:.9rem}.mi-overlay-controls{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.4rem;z-index:5}.mi-btn{background:#fff;border:1px solid #d5dae1;border-radius:6px;padding:.45rem .8rem;font-size:.82rem;font-weight:600;color:#1b263b;cursor:pointer;box-shadow:0 2px 6px #00000026;white-space:nowrap;text-align:left}.mi-btn:hover{background:#f4f4f4}.mi-btn.active{background:#fca311;color:#14213d;border-color:#fca311}.mi-search-bar{position:absolute;top:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;background:#fff;padding:.4rem;border-radius:8px;box-shadow:0 2px 6px #0003;z-index:5}.mi-search-bar input{padding:.4rem .6rem;border:1px solid #d5dae1;border-radius:4px;font-size:.85rem;min-width:220px}.mi-search-bar button{padding:.4rem .9rem;font-size:.85rem}.mi-area-chip{position:absolute;bottom:.75rem;left:.75rem;background:#fff;padding:.4rem .8rem;border-radius:999px;font-size:.8rem;font-weight:600;color:#1b263b;box-shadow:0 2px 6px #0003;z-index:5}.mi-area-chip.danger{color:#d00000}.mi-sidebar{width:380px;flex-shrink:0;background:#fff;border-left:1px solid #e0e1dd;padding:1rem;overflow-y:auto;display:flex;flex-direction:column}.mi-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:.75rem 0;padding-top:.75rem;border-top:1px solid #eee}.mi-results-list{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.mi-result-row{display:flex;gap:.5rem;padding:.6rem;border:1px solid #eee;border-radius:6px;cursor:pointer}.mi-result-row:hover{background:#f7f9f9}.mi-result-row input[type=checkbox]{margin-top:.2rem;flex-shrink:0}.mi-result-body{min-width:0;font-size:.85rem}.mi-result-body strong{display:block;margin-bottom:.2rem;color:#1b263b}.mi-result-line{display:flex;align-items:center;gap:.5rem;margin:.15rem 0}.mi-result-line a{color:#2a9d8f;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mi-result-address{color:#666;font-size:.8rem;margin:.15rem 0}@media (max-width: 900px){.mi-wrapper{flex-direction:column;height:auto}.mi-map-col{height:420px}.mi-sidebar{width:100%;border-left:none;border-top:1px solid #e0e1dd}}.pw-wrap{position:relative;display:flex;width:100%;min-width:0}.pw-wrap input{flex:1;min-width:0;padding-right:2.4rem!important}.pw-toggle{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;padding:.2rem;color:#666}.pw-toggle:hover{color:#1b263b}*{box-sizing:border-box}html,body{margin:0;overflow-x:hidden}body{font-family:Segoe UI,system-ui,sans-serif;background:#f4f4f4;color:#1b263b}h2{margin-top:0}.page-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.page-title-row h2{margin-bottom:0}.btn-help{padding:.5rem 1rem;background:#fff;color:#fca311;border:1px solid #fca311;border-radius:4px;cursor:pointer;font-weight:600;font-size:.85rem;white-space:nowrap;margin:0 0 20px}.btn-help:hover{background:#fca311;color:#fff}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.25rem;box-shadow:0 2px 6px #00000014;border-left:4px solid #415a77}.stat-card.warn{border-left-color:#fca311}.stat-card.success{border-left-color:#2a9d8f}.stat-card.danger{border-left-color:#d00000}.stat-value{font-size:1.8rem;font-weight:700}.stat-label{color:#666;font-size:.85rem}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;box-shadow:0 2px 6px #00000014}.data-table{width:100%;min-width:640px;border-collapse:collapse;background:#fff}.data-table th,.data-table td{padding:.6rem .8rem;text-align:left;border-bottom:1px solid #eee;font-size:.9rem}.data-table th{background:#e0e1dd}.row-warning{background:#fff3cd}.list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.filter-bar{display:flex;gap:.5rem;flex-wrap:wrap}.filter-input,.filter-select{padding:.5rem .7rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem;font-family:inherit}.filter-input{min-width:220px}.select-wrapper{position:relative;display:inline-block}.select-wrapper:after{content:"▾";position:absolute;top:50%;right:.8rem;transform:translateY(-50%);pointer-events:none;color:#666;font-size:.95rem}.select-wrapper select.filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding-right:2rem}input[type=date].filter-select{min-width:150px;padding-left:2.1rem;background-repeat:no-repeat;background-position:.6rem center;background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E")}.toolbar-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pagination-bar{display:flex;align-items:center;gap:.75rem}.pagination-controls{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#444;white-space:nowrap}.pagination-controls .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.phone-input{display:flex;gap:.4rem}.btn-new,.btn-primary{padding:.6rem 1.2rem;background:#2a9d8f;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:.9rem}.btn-secondary{padding:.6rem 1.2rem;background:#e0e1dd;color:#1b263b;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.row-actions{display:flex;gap:.4rem;white-space:nowrap}.btn-edit,.btn-delete,.btn-view,.btn-status,.btn-send{padding:.3rem .7rem;border:none;border-radius:4px;cursor:pointer;font-size:.8rem;color:#fff}.btn-edit{background:#415a77}.btn-status{background:#8338ec}.btn-delete{background:#d00000}.btn-view{background:#415a77}.btn-send{background:#2a9d8f}.btn-import{padding:.6rem 1.2rem;background:#219ebc;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:600}.row-actions .btn-edit,.row-actions .btn-delete,.row-actions .btn-view,.row-actions .btn-status,.row-actions .btn-send{font-size:0;width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.row-actions .btn-edit:before,.row-actions .btn-delete:before,.row-actions .btn-view:before,.row-actions .btn-status:before,.row-actions .btn-send:before{font-size:1rem;line-height:1}.row-actions .btn-edit:before{content:"✏️"}.row-actions .btn-delete:before{content:"🗑️"}.row-actions .btn-view:before{content:"👁️"}.row-actions .btn-status:before{content:"🔄"}.row-actions .btn-send:before{content:"📤"}.actions-col{width:1%}.selected-actions-bar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem;padding:.6rem .9rem;background:#f4f4f4;border-radius:8px}.selected-actions-info{font-size:.85rem;color:#555}.selected-actions{display:flex;gap:.5rem;flex-wrap:wrap}.selected-actions button{font-size:.85rem;padding:.45rem .9rem}.selected-actions button:disabled{opacity:.45;cursor:not-allowed}.selectable-table tbody tr{cursor:pointer}.selectable-table tbody tr:hover{background:#f7f9f9}.selectable-table tbody tr.selected-row{background:#e3f3f0}.selectable-table tbody tr.selected-row:hover{background:#d8efeb}.form-error{color:#d00000;margin-bottom:1rem;font-size:.9rem}.hint{color:#666;font-size:.85rem}.tag-pill{display:inline-flex;align-items:center;gap:.3rem;background:#e0e1dd;color:#1b263b;border-radius:999px;padding:.2rem .65rem;font-size:.78rem;font-weight:600}.stage-pill,.status-pill,.score-pill{display:inline-block;border-radius:999px;padding:.2rem .6rem;font-size:.78rem;font-weight:700;white-space:nowrap}.settings-tabs{display:flex;gap:.5rem;border-bottom:1px solid #d5dae1;margin-bottom:1.25rem;flex-wrap:wrap}.settings-tab-button{background:none;border:none;border-bottom:2px solid transparent;padding:.65rem 1rem;font-size:.95rem;font-family:inherit;color:#555;cursor:pointer}.settings-tab-button:hover{color:#222}.settings-tab-button.active{color:#1a73e8;border-bottom-color:#1a73e8;font-weight:600}.settings-form{display:flex;flex-direction:column;gap:.9rem;max-width:420px;background:#fff;padding:1.25rem;border-radius:8px;box-shadow:0 2px 6px #00000014}.settings-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:#333}.settings-form input,.settings-form textarea{padding:.6rem;border:1px solid #ccc;border-radius:4px;font-size:.95rem;font-family:inherit;resize:vertical}.checkbox-label{flex-direction:row!important;align-items:center;gap:.5rem!important}.checkbox-label input{width:auto}.settings-saved{color:#2a9d8f;font-size:.9rem}.settings-card-title{font-weight:700;font-size:1.05rem;color:#1b263b;display:flex;align-items:center;gap:.4rem;padding-bottom:.75rem;margin-bottom:.25rem;border-bottom:1px solid #eee}.test-sms-box{background:#e6f4f1;border:1px solid #bfe3da;border-radius:8px;padding:1rem;margin-top:.5rem}.test-sms-title{font-weight:700;color:#1b7a63;margin-bottom:.6rem}.test-sms-row{display:flex;gap:.5rem}.test-sms-row .filter-input{flex:1;min-width:0}.audit-log-details{background:#f4f4f4;border-radius:4px;padding:.75rem;font-size:.8rem;max-height:240px;overflow:auto;white-space:pre-wrap;word-break:break-word}.kanban-board{display:grid;grid-template-columns:repeat(5,minmax(200px,1fr));gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.kanban-column{background:#eef0ef;border-radius:8px;padding:.6rem;min-height:200px}.kanban-column-header{font-weight:700;font-size:.85rem;margin-bottom:.5rem;display:flex;justify-content:space-between}.kanban-card{background:#fff;border-radius:6px;padding:.6rem .7rem;margin-bottom:.5rem;box-shadow:0 1px 3px #0000001a;cursor:grab;font-size:.85rem}.kanban-card strong{display:block;margin-bottom:.15rem}@media (max-width: 600px){.list-toolbar{flex-direction:column;align-items:stretch}.filter-bar{flex-direction:column}.filter-input,.filter-select,.select-wrapper{width:100%;min-width:0}.toolbar-actions{justify-content:space-between}.pagination-bar{flex-wrap:wrap;row-gap:.5rem}.table-scroll{overflow-x:visible;box-shadow:none;border-radius:0}.data-table{display:grid;min-width:0;width:100%}.data-table thead{display:none}.data-table tbody{display:flex;flex-direction:row;gap:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding:.25rem .25rem 1rem}.data-table tbody::-webkit-scrollbar{height:8px}.data-table tbody::-webkit-scrollbar-track{background:#e5e5e5;border-radius:4px}.data-table tbody::-webkit-scrollbar-thumb{background:#415a77;border-radius:4px}.data-table tr{display:block;flex:0 0 auto;width:250px;border:1px solid #e0e1dd;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 6px #00000014}.data-table td{display:flex;justify-content:space-between;align-items:center;gap:.75rem;text-align:right;border-bottom:1px solid rgba(0,0,0,.06)}.data-table td:last-child{border-bottom:none}.data-table td:before{content:attr(data-label);font-weight:600;color:#666;text-align:left}.data-table td.actions-col{justify-content:flex-start;background:#00000008}.data-table td.actions-col:before{content:none}.stat-grid{grid-template-columns:1fr}}
