:root{--brand:#0e9f8e;--brand-dark:#0b7e70;--brand-light:#e6f7f4;--ink:#1a2b32;--muted:#6b7d85;--line:#e4ebed;--bg:#f4f7f8;--white:#fff;--red:#e05656;--shadow:0 1px 3px rgba(20,40,45,.08),0 1px 2px rgba(20,40,45,.04);--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.5}a{color:var(--brand-dark);text-decoration:none;cursor:pointer}.muted{color:var(--muted)}.center{display:flex;align-items:center;justify-content:center;height:100vh;font-size:15px}.app{display:flex;min-height:100vh}.sidebar{width:230px;background:#0f2a30;color:#cfe3e3;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0}.logo{display:flex;align-items:center;gap:10px;padding:18px;font-size:18px;font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.07)}.logo .dot{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,var(--brand),#16c4ad);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.logo .logo-img{width:34px;height:34px;border-radius:8px;object-fit:cover;background:#fff;flex-shrink:0}.logo .logo-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo-preview{width:60px;height:60px;border-radius:12px;border:1px solid var(--line);background:#fafbfb;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.logo-preview img{width:100%;height:100%;object-fit:cover}.logo-preview .dot{border-radius:10px;background:linear-gradient(135deg,var(--brand),#16c4ad);display:flex;align-items:center;justify-content:center;color:#fff}.nav{flex:1;padding:14px 12px}.nav a{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:9px;color:#a9c5c5;font-weight:500;cursor:pointer;margin-bottom:3px;transition:.15s}.nav a:hover{background:#ffffff0f;color:#fff}.nav a.active{background:var(--brand);color:#fff}.nav a .ico{width:20px;text-align:center;font-size:16px}.foot{padding:16px 22px;border-top:1px solid rgba(255,255,255,.07);font-size:12px;color:#8fb0b0}.foot .who{margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main{flex:1;margin-left:230px;display:flex;flex-direction:column;min-height:100vh}.topbar{background:var(--white);border-bottom:1px solid var(--line);padding:16px 28px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:5}.topbar h1{font-size:20px;font-weight:700}.topbar .sub{color:var(--muted);font-size:13px;margin-top:1px}.content{padding:26px 28px;flex:1}.btn{border:none;border-radius:9px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:7px;transition:.15s;font-family:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-ghost{background:var(--white);color:var(--ink);border:1px solid var(--line)}.btn-ghost:hover{background:var(--bg)}.btn-sm{padding:6px 12px;font-size:13px}.grid{display:grid;gap:18px}.stats{grid-template-columns:repeat(4,1fr)}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stat{padding:20px}.stat .label{color:var(--muted);font-size:13px;font-weight:500}.stat .num{font-size:30px;font-weight:700;margin-top:6px}.stat-ico{float:right;width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;background:var(--brand-light)}.panel{padding:0;overflow:hidden}.panel-head{padding:16px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-head h3{font-size:16px;font-weight:700}table{width:100%;border-collapse:collapse}th{text-align:left;padding:12px 20px;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:600;background:#fafbfb;border-bottom:1px solid var(--line)}td{padding:13px 20px;border-bottom:1px solid var(--line);vertical-align:middle}tr:last-child td{border-bottom:none}tr.clickable{cursor:pointer}tr.clickable:hover{background:var(--brand-light)}.avatar{width:34px;height:34px;border-radius:50%;background:var(--brand-light);color:var(--brand-dark);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;margin-right:10px}.pname{display:flex;align-items:center}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.b-red{background:#fbe5e5;color:#bf3838}.b-green{background:#e3f5ec;color:#1f8a55}.b-blue{background:#e3effa;color:#2a6aa8}.b-gray{background:#eef1f2;color:#67787f}.b-amber{background:#fbf0dc;color:#b87813}code{background:#eef1f2;padding:1px 6px;border-radius:5px;font-size:12.5px}.token{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:8px;background:var(--ink);color:#fff;font-weight:700}.filterpill{padding:7px 14px;border-radius:20px;border:1px solid var(--line);background:#fff;cursor:pointer;font-weight:600;font-size:13px;color:var(--muted)}.filterpill.active{background:var(--ink);color:#fff;border-color:var(--ink)}.dept-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 6px 5px 12px;border-radius:20px;background:var(--brand-light);color:var(--brand-dark);font-weight:600;font-size:13px}.dept-chip button{border:none;background:#00000014;color:inherit;width:18px;height:18px;border-radius:50%;cursor:pointer;font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center}.dept-chip button:hover{background:#0000002e}.tag{display:inline-flex;align-items:center;padding:2px 9px;border-radius:6px;font-size:11.5px;font-weight:600;background:#eef1f2;color:#55656b;margin-right:5px}.tag.dept{background:var(--brand-light);color:var(--brand-dark)}.picker-selected{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:9px;padding:10px 12px}.picker-list{border:1px solid var(--line);border-radius:9px;margin-top:8px;max-height:210px;overflow-y:auto}.picker-item{display:flex;align-items:center;gap:11px;padding:9px 12px;border-bottom:1px solid var(--line);cursor:pointer}.picker-item:last-child{border-bottom:none}.picker-item:hover{background:var(--brand-light)}.picker-create{border:1px solid var(--line);border-radius:9px;padding:12px}.picker-create input,.picker-create select{padding:9px 11px;border:1px solid var(--line);border-radius:8px;font-size:14px;font-family:inherit;width:100%}@media print{body *{visibility:hidden}.print-area,.print-area *{visibility:visible}.print-area{position:absolute;left:0;top:0;width:100%}.overlay{background:none!important;padding:0!important}}.search{position:relative}div.search input{padding:9px 14px 9px 36px;border:1px solid var(--line);border-radius:9px;font-size:14px;width:260px;font-family:inherit;box-sizing:border-box}.search .ico{position:absolute;left:12px;top:9px;color:var(--muted);pointer-events:none}.field{margin-bottom:15px}.field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#374b52}.field input,.field select,.field textarea{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:9px;font-size:14px;font-family:inherit;background:#fff}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light)}.row2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.row3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1e2373;display:flex;align-items:flex-start;justify-content:center;z-index:50;padding:40px 20px;overflow-y:auto}.modal{background:#fff;border-radius:16px;width:100%;max-width:560px;box-shadow:0 20px 60px #00000040}.modal-head{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.modal-head h3{font-size:18px;font-weight:700}.modal-body{padding:22px 24px;max-height:70vh;overflow-y:auto}.modal-foot{padding:16px 24px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px}.x{cursor:pointer;color:var(--muted);font-size:22px;line-height:1;background:none;border:none}.detail-head{display:flex;align-items:center;gap:16px;margin-bottom:8px}.detail-head .big-av{width:64px;height:64px;border-radius:16px;background:var(--brand-light);color:var(--brand-dark);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700}.meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.meta{background:#fafbfb;border:1px solid var(--line);border-radius:10px;padding:12px 14px;margin-bottom:4px}.meta .k{font-size:12px;color:var(--muted);font-weight:600}.meta .v{font-size:15px;font-weight:600;margin-top:3px}.section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:22px 0 12px}.timeline{position:relative;padding-left:26px}.timeline:before{content:"";position:absolute;left:7px;top:6px;bottom:6px;width:2px;background:var(--line)}.tl-item{position:relative;margin-bottom:18px}.tl-item:before{content:"";position:absolute;left:-23px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--brand);border:2px solid #fff;box-shadow:0 0 0 2px var(--brand-light)}.tl-date{font-size:12px;color:var(--muted);font-weight:600}.tl-card{background:#fafbfb;border:1px solid var(--line);border-radius:10px;padding:12px 14px;margin-top:6px}.empty{text-align:center;padding:44px 20px}.empty-ico{font-size:40px;margin-bottom:8px}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f2a30,#0e9f8e)}.auth-card{background:#fff;border-radius:18px;padding:34px 32px;width:100%;max-width:400px;box-shadow:0 20px 60px #00000040}.auth-logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:800}.auth-logo .dot{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--brand),#16c4ad);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.auth-sub{color:var(--muted);margin:6px 0 22px}.auth-error{background:#fbe5e5;color:#bf3838;padding:10px 13px;border-radius:9px;font-size:13px;margin-bottom:14px}.auth-switch{margin-top:18px;font-size:14px;color:var(--muted);text-align:center}.auth-hint{margin-top:20px;padding:12px 14px;background:var(--brand-light);border-radius:10px;font-size:12.5px;color:#326b63;line-height:1.5}.landing{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}.landing-hero{background:linear-gradient(135deg,#0f2a30,#0e9f8e);color:#fff;padding:56px 60px;display:flex;flex-direction:column;justify-content:center}.landing-brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;margin-bottom:38px}.landing-brand .dot{width:34px;height:34px;border-radius:9px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-size:18px}.landing-hero h1{font-size:38px;line-height:1.15;font-weight:800;max-width:9em}.landing-tag{margin-top:16px;font-size:16px;color:#d7efeb;max-width:26em;line-height:1.6}.landing-points{list-style:none;margin-top:30px;display:flex;flex-direction:column;gap:14px}.landing-points li{display:flex;align-items:center;gap:12px;font-weight:500;font-size:15px}.landing-points li span{width:34px;height:34px;border-radius:9px;background:#ffffff24;display:flex;align-items:center;justify-content:center}.landing-auth{display:flex;align-items:center;justify-content:center;padding:40px 24px;background:var(--bg)}.landing-auth .auth-card{box-shadow:var(--shadow);border:1px solid var(--line)}@media (max-width:860px){.landing{grid-template-columns:1fr}.landing-hero{display:none}}.lp{min-height:100vh;background:var(--bg);color:#13343b}.lp-nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px 30px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.lp-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800}.lp-brand .dot{width:32px;height:32px;border-radius:9px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px}.lp-navlinks{display:flex;align-items:center;gap:22px}.lp-navlinks a{font-size:14px;font-weight:600;color:#3a575e;cursor:pointer}.lp-navlinks a:hover{color:var(--brand)}.lp-hero{background:linear-gradient(135deg,#0f2a30,#0e9f8e);color:#fff;padding:72px 30px 84px;text-align:center}.lp-hero .pill{display:inline-block;background:#ffffff29;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;margin-bottom:20px}.lp-hero h1{font-size:42px;line-height:1.12;font-weight:800;max-width:14em;margin:0 auto}.lp-hero p{margin:18px auto 0;font-size:17px;color:#dcefe9;max-width:34em;line-height:1.6}.lp-cta{margin-top:30px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.lp-btn{padding:12px 22px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;border:0}.lp-btn-solid{background:#fff;color:#0e6b5e}.lp-btn-ghost{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.4)}.lp-section{max-width:1040px;margin:0 auto;padding:62px 30px}.lp-section h2{font-size:30px;font-weight:800;text-align:center;margin-bottom:8px}.lp-section .lp-sub{text-align:center;color:var(--muted);max-width:40em;margin:0 auto 38px;font-size:16px;line-height:1.6}.lp-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lp-feat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:var(--shadow)}.lp-feat .ic{width:42px;height:42px;border-radius:10px;background:var(--brand-light,#e7f6f0);color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:12px}.lp-feat h3{font-size:16px;font-weight:700;margin-bottom:6px}.lp-feat p{font-size:14px;color:var(--muted);line-height:1.55}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:s}.lp-step{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}.lp-step .n{width:30px;height:30px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:12px}.lp-band{background:#f1faf7;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.lp-contact{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.lp-contact .field{margin-bottom:12px}.lp-foot{text-align:center;padding:30px;color:var(--muted);font-size:13px;border-top:1px solid var(--line)}@media (max-width:860px){.lp-navlinks .lp-onlywide{display:none}.lp-hero h1{font-size:32px}.lp-features,.lp-steps,.lp-contact{grid-template-columns:1fr}}.subtabs{display:flex;gap:4px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:4px;margin-bottom:18px;width:fit-content}.subtab{padding:8px 18px;border-radius:7px;cursor:pointer;font-weight:600;color:var(--muted);font-size:14px}.subtab.active{background:var(--brand);color:#fff}.wa{display:grid;grid-template-columns:300px 1fr;grid-template-rows:1fr;height:calc(100vh - 230px);min-height:460px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.wa-list{border-right:1px solid var(--line);overflow-y:auto;min-height:0;background:#fff}.wa-li{display:flex;align-items:center;gap:11px;padding:12px 14px;border-bottom:1px solid var(--line);cursor:pointer}.wa-li:hover{background:#f6f8f8}.wa-li.active{background:var(--brand-light)}.wa-av{width:42px;height:42px;border-radius:50%;background:#25d36622;color:#128c4a;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.wa-li .nm{font-weight:600;font-size:14px}.wa-li .pv{color:var(--muted);font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:185px}.wa-unread{margin-left:auto;background:#25d366;color:#fff;border-radius:50%;min-width:19px;height:19px;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:700;padding:0 5px}.wa-chat{display:flex;flex-direction:column;background:#efeae2;background-image:radial-gradient(rgba(0,0,0,.025) 1px,transparent 1px);background-size:18px 18px;min-width:0;min-height:0}.wa-head{background:#f0f2f2;padding:11px 16px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line)}.wa-head .nm{font-weight:600}.wa-head .st{font-size:12px;color:#128c4a}.wa-msgs{flex:1;overflow-y:auto;padding:18px 16px;display:flex;flex-direction:column;gap:8px}.bub{max-width:74%;padding:8px 11px;border-radius:9px;font-size:13.5px;line-height:1.45;box-shadow:0 1px 1px #0000000f}.bub .t{font-size:10.5px;color:#8a9a8f;text-align:right;margin-top:3px}.bub.in{background:#fff;align-self:flex-start;border-top-left-radius:2px}.bub.bot{background:#d9fdd3;align-self:flex-end;border-top-right-radius:2px}.wa-reply{padding:12px 14px;background:#f0f2f2;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:8px}.qr{background:#fff;border:1px solid #25d36655;color:#075e54;border-radius:20px;padding:8px 14px;font-weight:600;font-size:13px;cursor:pointer;font-family:inherit}.qr:hover{background:#25d366;color:#fff;border-color:#25d366}.qr.alt{border-color:var(--line);color:var(--muted)}.sw{position:relative;width:42px;height:24px;flex-shrink:0}.sw input{opacity:0;width:0;height:0}.sw .sl{position:absolute;top:0;right:0;bottom:0;left:0;background:#c9d2d4;border-radius:24px;transition:.2s;cursor:pointer}.sw .sl:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.sw input:checked+.sl{background:#25d366}.sw input:checked+.sl:before{transform:translate(18px)}.auto-row{display:flex;align-items:center;gap:14px;padding:15px 20px;border-bottom:1px solid var(--line)}.auto-row:last-child{border-bottom:none}.auto-ic{width:40px;height:40px;border-radius:10px;background:#25d36618;color:#128c4a;display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}
