:root{--bg:#f5f7fb;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--green:#16a34a;--red:#dc2626}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px}.primary{background:var(--green);color:#fff;border:0;font-weight:700}.danger{color:var(--red)}.full{width:100%}.login{background:linear-gradient(135deg,#0f172a,#14532d);place-items:center;min-height:100vh;display:grid}.card{background:#fff;border-radius:24px;width:min(520px,92vw);padding:30px;box-shadow:0 20px 70px #00000040}.logo{background:var(--green);color:#fff;border-radius:16px;place-items:center;width:54px;height:54px;font-weight:900;display:grid}.big{width:66px;height:66px;font-size:22px}.card h1{margin:20px 0 8px}.card p,label{color:var(--muted)}label{margin:12px 0;font-size:13px;display:block}input,select,textarea{border:1px solid var(--line);border-radius:12px;width:100%;margin-top:6px;padding:12px}.ghost{margin-top:10px}.error{color:#991b1b;background:#fee2e2;border-radius:12px;margin:10px 0;padding:10px}.success{color:#166534;background:#dcfce7;border-radius:12px;margin:10px 0;padding:10px}.app{display:flex}aside{color:#fff;background:linear-gradient(#0f172a,#111827);width:280px;padding:22px;position:fixed;top:0;bottom:0;left:0;right:auto;overflow:auto}.brand{align-items:center;gap:12px;margin-bottom:28px;display:flex}.brand h1{margin:0;font-size:22px}.brand p{color:#cbd5e1;margin:3px 0}nav{gap:8px;display:grid}aside nav button{color:#d1d5db;text-align:left;background:0 0;border:0}.me{background:#ffffff14;border-radius:18px;margin-top:28px;padding:14px}.me span{color:#cbd5e1;margin:5px 0 12px;display:block}main{width:calc(100% - 280px);margin-left:280px;padding:28px}header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}header h2{margin:0;font-size:30px}header p{color:var(--muted);margin:6px 0 0}.filters{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px;padding:14px;display:grid;overflow:hidden}.cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;min-width:0;margin-bottom:18px;display:grid}.card,.panel{border:1px solid var(--line);background:#fff;border-radius:20px;padding:20px;box-shadow:0 8px 28px #0f172a0d}.card span{color:var(--muted)}.card strong{margin:10px 0;font-size:30px;display:block}.grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px;display:grid}.bigNum{color:var(--green);font-size:34px}.table{border:1px solid var(--line);border-radius:14px;margin-top:14px;overflow:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;padding:12px;font-size:14px}th{color:var(--muted);background:#f8fafc}.badge{background:#eef2ff;border-radius:999px;padding:6px 10px}.kanban{grid-template-columns:repeat(6,minmax(210px,1fr));gap:14px;display:grid;overflow:auto}.stage{border:1px dashed var(--line);background:#f8fafc;border-radius:16px;padding:14px}.deal{border:1px solid var(--line);background:#fff;border-radius:14px;gap:6px;margin-bottom:10px;padding:12px;display:grid}.deal span{color:var(--muted);font-size:13px}.task,.row{border:1px solid var(--line);background:#f8fafc;border-radius:14px;justify-content:space-between;gap:12px;margin-top:10px;padding:14px;display:flex}.add,.editor{grid-template-columns:1fr auto;gap:10px;margin:12px 0;display:grid}.editor{grid-template-columns:repeat(6,1fr)}.modal{z-index:50;background:#0000006b;place-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.modal-card{background:#fff;border-radius:22px;width:min(680px,96vw);max-height:92vh;padding:22px;overflow:auto}.modal-head{justify-content:space-between;align-items:center;display:flex}@media (max-width:1050px){.app{display:block}aside{width:100%;position:static}main{width:100%;margin-left:0;padding:18px}header{flex-direction:column;align-items:stretch}.filters,.grid,.editor{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.kanban{grid-template-columns:1fr}}.board-empty{color:#fff;background:#111827;border-radius:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px;min-height:380px;padding:40px;display:flex}.akc-board{color:#f8fafc;border-radius:22px;height:calc(100vh - 150px);min-height:620px;overflow:hidden;box-shadow:0 12px 35px #0000004d;background-position:50%!important;background-size:cover!important}.board-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000006b;justify-content:space-between;align-items:center;gap:12px;height:62px;padding:12px 16px;display:flex}.board-bar select,.board-bar input{color:#fff;background:#0f172ae0;border:1px solid #ffffff29;border-radius:10px;padding:10px 12px}.list-head button,.add-card{color:#e5e7eb;background:#ffffff14;border:0;border-radius:8px;padding:6px 8px}.board-card{cursor:pointer;background:#1f2937;border:1px solid #ffffff14;border-radius:14px;margin:10px 0;padding:10px;box-shadow:0 4px 14px #0000002e}.board-card:hover{background:#263244;transform:translateY(-1px)}.card-meta span{background:#ffffff14;border-radius:8px;padding:4px 6px}.board-card-detail .comments{background:#0f172a;border-radius:14px;grid-area:2/2/span 8;min-height:380px;padding:12px}.detail-cover{object-fit:cover;border-radius:14px;width:100%;height:150px}.comments h4,.trello-checks h4{margin:0 0 10px}.comment{background:#1f2937;border-radius:12px;margin:8px 0;padding:10px}.trello-checks{background:#111827;border-radius:14px;padding:12px}@media (max-width:900px){.board-card-detail{display:block}.board-card-detail .comments{margin-top:12px}.akc-board{height:auto;min-height:600px}.board-bar{flex-direction:column;align-items:flex-start;height:auto}.board-canvas{height:auto}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f7fb;--panel:#fff;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--soft:#f8fafc;--brand:#dc2626;--brand2:#b91c1c;--green:#16a34a;--blue:#2563eb;--shadow:0 18px 45px #0f172a1a}*{box-sizing:border-box}body,.app{background:var(--bg)!important;color:var(--text)!important}aside{color:#fff!important;background:#111827!important;border-right:0!important;box-shadow:8px 0 24px #0f172a14!important}aside h1,aside b,aside span,aside p{color:#fff!important}aside nav button{color:#cbd5e1!important;background:0 0!important;border:0!important}aside nav button.active,aside nav button:hover{color:#fff!important;background:#dc262633!important}.me button{color:#111827!important;background:#fff!important;border:0!important}header,.filters,.panel,.card,.table,.editor,.login .card{background:var(--panel)!important;color:var(--text)!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important}h1,h2,h3,b,strong,label{color:var(--text)!important}input,select,textarea{color:var(--text)!important;background:#fff!important;border:1px solid #dbe3ef!important;border-radius:14px!important;box-shadow:0 1px #0f172a08!important}button{color:var(--text)!important;background:#fff!important;border:1px solid #dbe3ef!important;border-radius:14px!important}.primary:hover{background:var(--brand2)!important}.danger{color:#dc2626!important;background:#fff5f5!important;border-color:#fecaca!important}.badge{color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important}.modal-card,.dark-modal .modal-card{color:var(--text)!important;border:1px solid var(--line)!important;background:#fff!important;box-shadow:0 28px 80px #0f172a38!important}.modal-head{border-bottom:1px solid var(--line);margin-bottom:12px;padding-bottom:12px}.modal-head button{width:38px;height:38px;background:#f8fafc!important;border-radius:12px!important}.modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.modal-actions{gap:10px;display:flex}.board-empty{color:var(--text);border:1px solid var(--line);min-height:380px;box-shadow:var(--shadow);background:#fff;border-radius:28px;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px;padding:44px;display:flex}.akc-board{height:calc(100vh - 150px);min-height:620px;color:var(--text);border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 24px 60px #0f172a24;background-position:50%!important;background-size:cover!important}.akc-board:before{content:"";display:block;position:absolute}.board-bar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffdb;border-bottom:1px solid #e2e8f0e6;justify-content:space-between;align-items:center;gap:12px;height:72px;padding:14px 18px;display:flex}.board-bar select,.board-bar input{padding:11px 13px;color:var(--text)!important;background:#fff!important;border:1px solid #dbe3ef!important;border-radius:14px!important}.board-bar button{padding:11px 14px}.board-canvas{background:#f8fafc8f;align-items:flex-start;gap:18px;height:calc(100% - 72px);padding:20px;display:flex;overflow:auto}.board-list{background:#f8fafc;border:1px solid #dbe3ef;border-radius:22px;min-width:310px;max-width:310px;max-height:100%;padding:14px;box-shadow:0 14px 28px #0f172a14}.list-head{color:var(--text);justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.list-head b{font-size:17px}.list-head button,.add-card{border-radius:12px;padding:8px 10px;color:var(--text)!important;background:#fff!important;border:1px solid #dbe3ef!important}.board-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;margin:12px 0;padding:14px;transition:all .15s;box-shadow:0 8px 20px #0f172a14}.board-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 14px 28px #0f172a1f}.board-card img{object-fit:cover;border-radius:14px;width:100%;height:132px;margin-bottom:10px}.board-card b{color:var(--text);margin-bottom:7px;display:block}.board-card p{color:var(--muted);margin:0 0 10px;font-size:13px;line-height:1.45}.card-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:7px;font-size:12px;display:flex}.card-meta span{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:4px 8px}.add-card{text-align:left;width:100%;margin-top:10px;font-weight:600;color:#475569!important}.add-card:hover{color:#1d4ed8!important;background:#eef2ff!important}.board-modal .modal-card{max-width:1080px}.board-card-detail{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;display:grid}.board-card-detail .modal-head,.board-card-detail .detail-cover,.board-card-detail>label,.board-card-detail>.modal-grid,.board-card-detail>.checklist,.board-card-detail>.modal-actions{grid-column:1}.board-card-detail .comments{border:1px solid var(--line);background:#f8fafc;border-radius:22px;grid-area:2/2/span 9;min-height:420px;padding:16px}.detail-cover{object-fit:cover;border:1px solid var(--line);border-radius:18px;width:100%;height:175px}.comments h4,.trello-checks h4{color:var(--text);margin:0 0 12px}.comment{border:1px solid var(--line);background:#fff;border-radius:16px;margin:10px 0;padding:12px;box-shadow:0 4px 12px #0f172a0d}.comment b{color:var(--text);display:block}.comment small{color:#94a3b8}.comment p{color:#334155;margin:7px 0 0}.comments .add{grid-template-columns:1fr auto;gap:10px;margin-top:12px;display:grid}.trello-checks{border:1px solid var(--line);background:#f8fafc;border-radius:22px;padding:16px}.check-row{grid-template-columns:24px 1fr auto auto;align-items:center;gap:9px;margin:9px 0;display:grid}.check-row input[type=checkbox]{width:18px;height:18px;box-shadow:none!important}.check-row button{padding:8px 10px}.board-card-detail textarea{min-height:120px}@media (max-width:900px){.board-card-detail{display:block}.board-card-detail .comments{margin-top:14px}.akc-board{height:auto;min-height:600px}.board-bar{flex-direction:column;align-items:flex-start;height:auto}.board-canvas{height:auto}.modal-grid{grid-template-columns:1fr}}.board-card-detail{grid-template-columns:minmax(0,3fr) minmax(300px,2fr)!important;gap:22px!important;width:min(96vw,1180px)!important;max-width:1180px!important}.board-card-detail .comments{background:#f8fafc!important;border:1px solid #dbe4f0!important;flex-direction:column!important;grid-area:2/2/span 9!important;min-height:360px!important;max-height:620px!important;display:flex!important;overflow:hidden!important;box-shadow:inset 0 1px #fffc!important}.comments-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.comments-head h4{color:#0f172a!important;margin:0!important;font-size:18px!important}.comments-head small{color:#64748b!important;font-size:13px!important}.comment-list{flex:1;margin-bottom:12px;padding-right:4px;overflow:auto}.comment{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;grid-template-columns:38px 1fr!important;gap:10px!important;margin:10px 0!important;padding:10px!important;display:grid!important;box-shadow:0 6px 18px #0f172a0f!important}.comment-avatar{color:#fff;background:#dc2626;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:800;display:flex}.comment-body{min-width:0}.comment-meta{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.comment-meta b{color:#0f172a!important;font-size:14px!important}.comment-meta small{white-space:nowrap;color:#64748b!important;font-size:12px!important}.comment-body textarea{color:#0f172a!important;resize:vertical!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;width:100%!important;min-height:58px!important;padding:9px!important}.comment-actions{gap:8px;margin-top:7px;display:flex}.comment-actions button{color:#334155!important;background:#fff!important;border:1px solid #dbe4f0!important;padding:7px 10px!important;font-size:13px!important}.comment-actions .danger{color:#dc2626!important;background:#fff1f2!important;border-color:#fecdd3!important}.comment-compose{grid-template-columns:1fr auto!important;gap:10px!important;margin-top:auto!important;display:grid!important}.comment-compose input{color:#0f172a!important;background:#fff!important;border:1px solid #dbe4f0!important;border-radius:14px!important;height:48px!important}.comment-compose button{color:#fff!important;background:#dc2626!important;border:0!important;border-radius:14px!important;height:48px!important;padding:0 18px!important}.board-card-detail>label textarea{min-height:150px!important}.trello-checks{background:#f8fafc!important;border-color:#dbe4f0!important}.check-row{grid-template-columns:24px 1fr auto auto!important}.check-row input[type=text],.check-row input:not([type]){color:#0f172a!important;background:#fff!important}@media (max-width:980px){.board-card-detail{width:94vw!important;display:block!important}.board-card-detail .comments{max-height:none!important;margin-top:18px!important}.comment-compose{grid-template-columns:1fr!important}}:root{--akc-bg:#f4f7fb;--akc-card:#fff;--akc-line:#dbe5f2;--akc-text:#0f172a;--akc-muted:#64748b;--akc-red:#ef2626;--akc-blue:#2563eb;--akc-green:#16a34a;--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important}body,.app{background:var(--akc-bg)!important;color:var(--akc-text)!important}main{color:var(--akc-text)!important;background:linear-gradient(#f8fafc,#eef3fb)!important}aside{color:#fff!important;background:#111827!important;border-right:1px solid #0f172a!important}aside h1,aside p,aside b,aside span{color:#fff!important}header,.filters,.panel,.card,.table,.editor,.login .card{color:var(--akc-text)!important;border:1px solid var(--akc-line)!important;background:#fff!important;box-shadow:0 14px 35px #0f172a12!important}h1,h2,h3,h4,b,strong,label{color:var(--akc-text)!important}p,small,span{color:var(--akc-muted)}input,select,textarea{color:var(--akc-text)!important;border:1px solid var(--akc-line)!important;box-shadow:none!important;background:#fff!important;border-radius:16px!important}input::placeholder,textarea::placeholder{color:#94a3b8!important}button{border-radius:14px!important}.primary{background:var(--akc-red)!important;color:#fff!important;border:0!important;box-shadow:0 12px 25px #ef262629!important}.ghost{color:var(--akc-text)!important;background:#fff!important}.badge{color:#1d4ed8!important;background:#eff6ff!important}.modal{-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important;background:#0f172a6b!important}.modal-card{color:var(--akc-text)!important;border:1px solid var(--akc-line)!important;background:#fff!important;box-shadow:0 28px 80px #0f172a3d!important}.modal-head{border-bottom:1px solid var(--akc-line)!important}.akc-board{border-radius:28px;height:calc(100vh - 150px);min-height:620px;overflow:hidden;color:var(--akc-text)!important;border:1px solid var(--akc-line)!important;background:linear-gradient(135deg,#fff,#f8fafc 45%,#eaf1ff)!important;box-shadow:0 22px 60px #0f172a1f!important}.board-bar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:center;gap:12px;height:66px;padding:12px 16px;display:flex;border-bottom:1px solid var(--akc-line)!important;background:#ffffffe0!important}.board-bar>div,.board-bar form{align-items:center;gap:8px;display:flex}.board-bar select,.board-bar input{padding:10px 12px;color:var(--akc-text)!important;border:1px solid var(--akc-line)!important;background:#fff!important;border-radius:14px!important}.board-canvas{align-items:flex-start;gap:16px;height:calc(100% - 66px);padding:18px;display:flex;overflow:auto}.board-list{border-radius:20px;min-width:306px;max-width:306px;max-height:100%;padding:12px;border:1px solid var(--akc-line)!important;background:#f8fafc!important;box-shadow:0 12px 24px #0f172a14!important}.list-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex;color:var(--akc-text)!important}.list-head span{gap:6px;display:flex}.list-head button,.add-card{border-radius:12px;padding:7px 9px;color:var(--akc-text)!important;border:1px solid var(--akc-line)!important;background:#fff!important}.board-card{cursor:pointer;border-radius:18px;margin:10px 0;padding:12px;transition:all .15s;border:1px solid var(--akc-line)!important;background:#fff!important;box-shadow:0 8px 20px #0f172a12!important}.board-card:hover{transform:translateY(-2px);box-shadow:0 12px 25px #0f172a1f!important}.board-card img{object-fit:cover;border:3px solid #fff;display:block;box-shadow:0 8px 20px #0f172a2e;border-radius:999px!important;width:58px!important;height:58px!important;margin:0 auto 9px!important}.board-card b{margin-bottom:6px;display:block;color:var(--akc-text)!important}.board-card p{margin:0 0 8px;font-size:12px;line-height:1.4;color:var(--akc-muted)!important}.card-meta{flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex;color:var(--akc-muted)!important}.card-meta span{border-radius:9px;padding:4px 7px;color:#475569!important;background:#f1f5f9!important}.add-card{text-align:left;width:100%;margin-top:8px}.board-empty{border-radius:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px;min-height:380px;padding:40px;display:flex;color:var(--akc-text)!important;border:1px solid var(--akc-line)!important;background:#fff!important}.board-card-detail.trello-detail-60-40{position:relative;grid-template-columns:minmax(0,60%) minmax(320px,40%)!important;gap:22px!important;width:min(1180px,92vw)!important;max-width:1180px!important;max-height:92vh!important;padding:28px!important;display:grid!important;overflow:auto!important}.detail-avatar-wrap{flex-direction:column;grid-column:1/3;align-items:center;gap:8px;margin:-6px 0 4px;display:flex}.detail-avatar{justify-content:center;align-items:center;font-weight:800;display:flex;overflow:hidden;border:1px solid var(--akc-line)!important;width:92px!important;height:92px!important;color:var(--akc-blue)!important;background:#fff!important;border-radius:999px!important;font-size:34px!important;box-shadow:0 14px 35px #0f172a29!important}.detail-avatar img{object-fit:cover;width:100%;height:100%}.detail-avatar-wrap small{color:var(--akc-muted)!important}.detail-left{grid-column:1}.detail-left h3{margin:0 0 20px;font-size:26px}.detail-right{flex-direction:column;grid-area:2/2;display:flex;border:1px solid var(--akc-line)!important;background:#f8fafc!important;border-radius:24px!important;min-height:520px!important;max-height:720px!important;padding:20px!important}.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.detail-left textarea{min-height:130px}.check-add-box{border:1px solid var(--akc-line);background:#f8fafc;border-radius:20px;margin:14px 0;padding:14px}.check-add-box label{margin-bottom:8px;font-weight:700;display:block}.check-add-box textarea{resize:vertical;min-height:74px!important}.check-preview{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.check-preview span{border:1px solid var(--akc-line);color:#475569;background:#fff;border-radius:999px;padding:5px 9px}.compact-checks{border:1px solid var(--akc-line)!important;background:#fff!important;border-radius:20px!important;margin:14px 0!important;padding:14px!important}.check-title{justify-content:space-between;align-items:center;display:flex}.check-title h4{margin:0!important}.check-title span{color:#475569;font-weight:700}.mini-progress{background:#e2e8f0;border-radius:999px;height:8px;margin:10px 0 12px;overflow:hidden}.mini-progress i{background:var(--akc-green);border-radius:999px;height:100%;display:block}.check-line{border-radius:12px;grid-template-columns:24px 1fr 34px;align-items:center;gap:8px;padding:6px 4px;display:grid}.check-line:hover{background:#f8fafc}.check-line input[type=checkbox]{width:18px!important;height:18px!important}.check-text{text-align:left!important;color:var(--akc-text)!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:8px!important}.check-text.done{text-decoration:line-through;color:#94a3b8!important}.inline-check-input{border-radius:12px!important;height:40px!important}.more-wrap{position:relative}.more-btn{border:1px solid var(--akc-line)!important;background:#f1f5f9!important;width:32px!important;height:32px!important;padding:0!important}.more-menu{border:1px solid var(--akc-line);z-index:50;background:#fff;border-radius:14px;min-width:120px;padding:6px;position:absolute;top:36px;right:0;box-shadow:0 16px 40px #0f172a29}.more-menu button{text-align:left;width:100%;display:block;box-shadow:none!important;background:#fff!important;border:0!important;padding:9px 10px!important}.more-menu button:hover{background:#f8fafc!important}.danger-link{color:#dc2626!important}.comments h4{margin:0 0 14px;font-size:22px}.comment-list{flex:1;padding-right:4px;overflow:auto}.comment{grid-template-columns:38px 1fr;gap:10px;border:1px solid var(--akc-line)!important;background:#fff!important;border-radius:18px!important;margin:10px 0!important;padding:12px!important;display:grid!important}.comment-avatar{color:#3730a3;background:#e0e7ff;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;font-weight:800;display:flex}.comment-body p{margin:7px 0 0;color:var(--akc-text)!important}.comment-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.comment-head b{font-size:14px}.comment-head small{color:#94a3b8;font-size:12px}.comment-head span{gap:4px;margin-left:auto;display:flex}.comment-head button{background:#f1f5f9!important;border:0!important;padding:4px 7px!important;font-size:12px!important}.comment-edit{gap:8px;margin-top:6px;display:flex}.comment-compose{gap:10px;margin-top:12px;display:flex}.comment-compose input{flex:1;height:52px!important}.comment-compose button{min-width:76px}.modal-actions{gap:10px;margin-top:14px;display:flex}.table table{color:var(--akc-text)!important}.table th{color:var(--akc-text)!important;background:#f8fafc!important}.table td{border-color:var(--akc-line)!important}.late{color:#dc2626!important}.progress{background:#e2e8f0;border-radius:999px;height:7px;margin:8px 0;overflow:hidden}.progress i{background:var(--akc-green);border-radius:999px;height:100%;display:block}@media (max-width:980px){.board-card-detail.trello-detail-60-40{width:94vw!important;display:block!important}.detail-avatar-wrap{display:flex}.detail-right{margin-top:16px;min-height:360px!important}.compact-grid{grid-template-columns:1fr!important}.akc-board{height:auto;min-height:600px}.board-bar{flex-direction:column;align-items:flex-start;height:auto}.board-canvas{height:auto}}header>div:last-child{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filters{grid-template-columns:1.4fr repeat(3,1fr) .8fr .8fr .7fr!important}.dashboard-kpis{grid-template-columns:repeat(4,minmax(0,1fr))!important}.dash-grid{grid-template-columns:1.05fr .95fr;gap:18px;margin-top:18px;display:grid}.chart-card{min-height:320px}.chart-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.chart-head h3{margin:0}.chart-head span{color:#64748b}.bar-chart{border-bottom:1px solid #e2e8f0;align-items:flex-end;gap:18px;height:230px;padding:12px 8px 0;display:flex}.bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:6px;min-width:55px;height:100%;display:flex}.bar-col i{background:linear-gradient(#38bdf8,#93c5fd);border-radius:12px 12px 4px 4px;width:100%;max-width:58px;min-height:8px;display:block}.bar-col span{color:#64748b;text-align:center;font-size:12px}.bar-col b{font-size:13px}.funnel-mini{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.funnel-step{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:18px}.funnel-step b{font-size:30px;display:block}.funnel-step span{color:#475569}.line-fake{border-bottom:1px solid #e2e8f0;align-items:flex-end;gap:14px;height:230px;padding:12px 12px 0;display:flex}.line-point{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:6px;height:100%;display:flex}.line-point i{background:#0ea5e9;border-radius:999px;width:8px;min-height:8px;box-shadow:0 0 0 5px #0ea5e91f}.line-point span{color:#64748b;font-size:12px}.hbar-chart{flex-direction:column;gap:14px;display:flex}.hbar{grid-template-columns:130px 1fr 36px;align-items:center;gap:12px;display:grid}.hbar span{color:#475569}.hbar i{background:#e0f2fe;border-radius:999px;height:26px;overflow:hidden}.hbar em{background:#7dd3fc;border-radius:999px;height:100%;display:block}.funnel-panel{margin-top:18px}.funnel-cards{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.funnel-card{color:#fff;border-radius:18px;min-height:100px;padding:18px}.funnel-card span,.funnel-card small{color:#ffffffe6}.funnel-card b{color:#fff;margin:8px 0;font-size:30px;display:block}.fc0{background:#2563eb}.fc1{background:#06b6d4}.fc2{background:#f97316}.fc3{background:#a855f7}.fc4{background:#16a34a}.fc5{background:#dc2626}.calendar-panel{padding:22px!important}.day-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;margin:16px 0;padding:16px}.day-group h3{margin:0 0 12px}.appointment{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:1fr 220px;gap:14px;margin:10px 0;padding:14px;display:grid}.appointment p{white-space:pre-line;color:#475569}.appointment div:last-child{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.appointment strong{color:#16a34a}.appointment-modal{max-width:760px!important}.upload-kh{width:100%;margin:0 0 12px;color:#334155!important;background:#fff!important;border:1px dashed #94a3b8!important}.comment-photo{object-fit:contain;background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;max-height:280px}.table td:last-child{align-items:center;gap:8px;display:flex}.danger{color:#dc2626!important;background:#fff1f2!important;border:1px solid #fecdd3!important}@media (max-width:1100px){.dash-grid{grid-template-columns:1fr}.funnel-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.filters{grid-template-columns:1fr!important}.appointment{grid-template-columns:1fr}.appointment div:last-child{align-items:flex-start}}.pie-wrap{grid-template-columns:190px 1fr;align-items:center;gap:18px;min-height:210px;display:grid}.pie-chart{border-radius:999px;width:180px;height:180px;position:relative;box-shadow:inset 0 0 0 1px #0f172a0f,0 14px 28px #0f172a14}.pie-chart:after{content:"";background:#fff;border-radius:999px;position:absolute;top:46px;bottom:46px;left:46px;right:46px;box-shadow:inset 0 0 0 1px #e5edf7}.pie-chart span{z-index:2;color:#0f172a;place-items:center;font-size:28px;font-weight:900;display:grid;position:absolute;top:0;bottom:0;left:0;right:0}.pie-legend{gap:8px;display:grid}.pie-legend p{color:#475569;align-items:center;gap:8px;margin:0;display:flex}.pie-legend i{border-radius:4px;width:12px;height:12px;display:inline-block}.lead-search{width:100%;max-width:360px}.chart-head .lead-search{margin-left:auto}@media (max-width:900px){.pie-wrap{grid-template-columns:1fr}.pie-chart{margin:auto}.chart-head .lead-search{max-width:none;margin-left:0}}.report-kpis{overflow:hidden;grid-template-columns:repeat(4,minmax(0,1fr))!important}.report-kpis .card{min-width:0;overflow:hidden}.report-kpis .card strong{word-break:break-word;color:#0f172a!important;font-size:clamp(18px,2vw,30px)!important}.report-grid{grid-template-columns:1fr 1fr;gap:18px;margin:18px 0;display:grid}.report-card{padding:22px!important}.report-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.report-head h3{margin:0;font-size:22px}.report-head span{color:#64748b;font-size:14px}.report-bar{border-bottom:1px solid #e2e8f0;grid-template-columns:180px 1fr 140px;align-items:center;gap:16px;padding:12px 0;display:grid}.report-bar:last-child{border-bottom:0}.report-bar b{color:#0f172a;display:block}.report-bar small{color:#64748b;margin-top:4px;display:block}.bar-wrap{background:#eaf4ff;border:1px solid #dbeafe;border-radius:999px;height:18px;overflow:hidden}.bar-wrap i{background:linear-gradient(90deg,#38bdf8,#0ea5e9);border-radius:999px;min-width:4px;height:100%;display:block}.bar-wrap.branch i{background:linear-gradient(90deg,#22c55e,#16a34a)}.report-bar strong{text-align:right;color:#0f172a}@media (max-width:1000px){.report-grid{grid-template-columns:1fr}.report-bar{grid-template-columns:1fr;gap:8px}.report-bar strong{text-align:left}}:root{--akc-bg:#f4f7fb;--akc-card:#fff;--akc-border:#dbe5f2;--akc-text:#0f172a;--akc-muted:#64748b;--akc-red:#ef2629;--akc-sidebar:#111827}html,body,#root{overscroll-behavior-y:none;min-height:100%}body{background:var(--akc-bg)}.app{min-height:100svh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}button,select,input,textarea{touch-action:manipulation}button{min-height:42px}@media (max-width:768px){body{font-size:14px;overflow-x:hidden}.app{width:100%;min-height:100svh;background:#eef4fb!important;display:block!important}aside{z-index:80!important;background:#111827!important;border-bottom:1px solid #0f172a1f!important;border-right:0!important;width:100%!important;height:auto!important;min-height:auto!important;padding:10px 12px!important;position:sticky!important;top:0!important;box-shadow:0 8px 24px #0f172a2e!important}aside .brand{align-items:center!important;gap:10px!important;margin:0 0 10px!important;display:flex!important}aside .brand .logo{border-radius:12px!important;width:42px!important;min-width:42px!important;height:42px!important}aside .brand h1{margin:0!important;font-size:18px!important;line-height:1.1!important}aside .brand p{margin:2px 0 0!important;font-size:12px!important}aside nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:8px!important;padding:2px 0 4px!important;display:flex!important;overflow-x:auto!important}aside nav::-webkit-scrollbar{display:none}aside nav button{white-space:nowrap!important;color:#e5e7eb!important;background:#ffffff0f!important;border-radius:999px!important;flex:none!important;min-width:auto!important;height:38px!important;padding:8px 14px!important;font-size:14px!important}aside nav button.active{color:#fff!important;background:#ef2629!important}aside .me{border-radius:14px!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;margin-top:8px!important;padding:8px 10px!important;display:flex!important}aside .me b{font-size:13px!important}aside .me span{display:none!important}aside .me button{min-height:34px!important;padding:6px 10px!important;font-size:13px!important}main{background:#eef4fb!important;width:100%!important;padding:12px!important;overflow-x:hidden!important}header{z-index:60!important;background:#fff!important;border-radius:18px!important;align-items:flex-start!important;gap:10px!important;margin:0 0 10px!important;padding:12px!important;display:flex!important;position:sticky!important;top:116px!important;box-shadow:0 12px 30px #0f172a14!important}header h2{margin:0!important;font-size:24px!important}header p{margin:3px 0 0!important;font-size:12px!important}header>div:last-child{flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px!important;margin-left:auto!important;display:flex!important}header button{border-radius:12px!important;height:38px!important;padding:8px 12px!important;font-size:13px!important}.filters{background:#fff!important;border-radius:18px!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin:0 0 12px!important;padding:10px!important;display:grid!important}.filters input,.filters select,.filters button{border-radius:14px!important;width:100%!important;height:42px!important;padding:8px 12px!important;font-size:14px!important}.filters .lead-search{grid-column:1/-1!important}.filters .date-from,.filters .date-to{grid-column:auto!important}.filters button{grid-column:1/-1!important}.cards{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.card{border-radius:18px!important;min-height:94px!important;padding:14px!important}.card strong{font-size:24px!important}.grid{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.panel{border-radius:18px!important;padding:14px!important;overflow:hidden!important}.table{-webkit-overflow-scrolling:touch;overflow:auto!important}table{min-width:720px}.akc-board{background:#f8fafc!important;border-radius:20px!important;height:calc(100svh - 190px)!important;min-height:560px!important;margin:0!important;overflow:hidden!important}.board-bar{-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid var(--akc-border)!important;background:#fffffff5!important;grid-template-columns:1fr!important;gap:8px!important;height:auto!important;padding:10px!important;display:grid!important}.board-bar>div,.board-bar form{grid-template-columns:1fr auto auto!important;gap:8px!important;width:100%!important;display:grid!important}.board-bar form{grid-template-columns:1fr auto!important}.board-bar select,.board-bar input,.board-bar button{border-radius:14px!important;min-width:0!important;height:42px!important;font-size:14px!important}.board-canvas{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px!important;height:calc(100% - 104px)!important;padding:12px!important;display:flex!important;overflow:auto hidden!important}.board-list{scroll-snap-align:start;border:1px solid var(--akc-border)!important;background:#f8fafc!important;border-radius:20px!important;flex:0 0 86vw!important;min-width:86vw!important;max-width:86vw!important;max-height:100%!important;padding:12px!important;overflow-y:auto!important;box-shadow:0 12px 30px #0f172a14!important}.list-head{z-index:3!important;background:#f8fafc!important;padding-bottom:8px!important;position:sticky!important;top:0!important}.list-head b{font-size:20px!important}.list-head button{border-radius:14px!important;width:40px!important;min-height:40px!important}.board-card{background:#fff!important;border-radius:20px!important;min-height:130px!important;margin:10px 0!important;padding:14px!important;box-shadow:0 10px 22px #0f172a14!important}.board-card .card-avatar,.card-avatar{object-fit:cover!important;border-radius:50%!important;width:74px!important;height:74px!important;margin:4px auto 14px!important;display:block!important;box-shadow:0 10px 28px #0f172a2e!important}.board-card b{font-size:17px!important}.card-meta span{border-radius:10px!important;padding:5px 8px!important;font-size:12px!important}.add-card{background:#fff!important;border-radius:16px!important;width:100%!important;position:sticky!important;bottom:0!important;box-shadow:0 -8px 20px #0f172a0f!important}.modal{background:#0f172a7a!important;align-items:flex-end!important;padding:0!important}.board-modal .modal-card,.modal-card.board-card-detail{border-radius:26px 26px 0 0!important;width:100%!important;max-width:100%!important;height:92svh!important;max-height:92svh!important;padding:18px!important;display:block!important;overflow:auto!important;transform:none!important}.modal-head{z-index:10!important;background:#fff!important;margin-bottom:10px!important;padding:10px 0 12px!important;position:sticky!important;top:-18px!important}.modal-head h3{font-size:22px!important}.card-avatar-upload,.detail-avatar,.profile-avatar{object-fit:cover!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:96px!important;height:96px!important;margin:0 auto 12px!important;display:flex!important}.board-card-detail .comments{border-radius:20px!important;width:100%!important;min-height:240px!important;margin-top:14px!important}.modal-grid{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.modal-card input,.modal-card select,.modal-card textarea{border-radius:16px!important;width:100%!important;min-height:44px!important;font-size:16px!important}.modal-card textarea{min-height:110px!important}.quick-checklist,.trello-checks{border-radius:20px!important;padding:12px!important}.check-row{grid-template-columns:28px 1fr auto!important;gap:8px!important}.check-row .check-actions{position:relative!important}.comments .add{grid-template-columns:1fr auto!important;gap:8px!important;display:grid!important}body::-webkit-scrollbar{width:0;height:0}}@media (max-width:430px){main{padding:10px!important}header{top:112px!important}header h2{font-size:22px!important}.filters{grid-template-columns:1fr 1fr!important}.cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.board-list{flex-basis:88vw!important;min-width:88vw!important;max-width:88vw!important}.board-bar>div{grid-template-columns:1fr auto auto!important}.board-bar button{padding:8px 10px!important}}@media (display-mode:standalone){aside{padding-top:calc(10px + env(safe-area-inset-top))!important}main{padding-bottom:calc(14px + env(safe-area-inset-bottom))!important}}@media (max-width:768px){.modal{z-index:9999!important;align-items:flex-start!important;padding:12px!important;overflow-y:auto!important}.modal-card{border-radius:22px!important;width:100%!important;max-width:100%!important;max-height:none!important;margin:12px auto 32px!important;overflow:visible!important}.modal-head{z-index:10!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;padding:14px 0!important;position:sticky!important;top:0!important}main>header{z-index:1!important;position:static!important}.modal input,.modal select,.modal textarea{width:100%!important;font-size:16px!important}.modal-grid{grid-template-columns:1fr!important}.modal .primary.full{z-index:10!important;width:100%!important;position:sticky!important;bottom:12px!important}}.transfer-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;margin:0 0 18px;padding:16px;box-shadow:0 10px 24px #0f172a0f}.transfer-box h4{color:#0f172a;margin:0 0 6px;font-size:16px}.transfer-box p{color:#64748b;margin:0 0 12px;font-size:13px;line-height:1.45}.transfer-row{grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr) auto;align-items:center;gap:10px;display:grid}.transfer-row span{color:#dc2626;text-align:center;font-weight:800}.transfer-row select{width:100%}@media (max-width:768px){.transfer-row{grid-template-columns:1fr}.transfer-row span{display:none}.transfer-box{padding:14px}}:root{--akc-red:#ef2626;--akc-navy:#111827;--akc-line:#dbe5f2;--akc-text:#0f172a;--akc-muted:#64748b}.me{grid-template-columns:1fr 1fr!important;align-items:center!important;gap:10px!important;display:grid!important}.me b,.me span{grid-column:1/-1!important}.me button{white-space:nowrap!important;border-radius:16px!important;width:100%!important;padding:11px 12px!important;font-weight:700!important}.me button:first-of-type,.me button:last-of-type{color:#111827!important;background:#fff!important}header>div:last-child button,.primary{font-weight:800!important}.reset-password-page{min-height:100vh!important}.reset-password-card{width:min(520px,92vw)!important}.password-modal,.reset-password-card{border-radius:28px!important}.password-modal .primary,.reset-password-card .primary{height:54px!important;font-size:17px!important}.hint{color:var(--akc-muted)!important;font-size:13px!important;line-height:1.45!important}.month-filter{grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(150px,1fr)) minmax(150px,.75fr) minmax(150px,.75fr) minmax(120px,.55fr)!important;align-items:end!important}.month-range{margin:0!important}.month-range span{color:#64748b!important;margin:0 0 4px!important;font-size:12px!important;display:block!important}.month-range input{height:48px!important;margin-top:0!important}.table{-webkit-overflow-scrolling:touch!important;overflow:auto!important}.table table{min-width:920px!important}.table th,.table td{white-space:nowrap!important;vertical-align:middle!important}.table td:first-child,.table th:first-child{white-space:normal!important;min-width:180px!important}.table small{white-space:normal!important;max-width:240px!important;line-height:1.35!important;display:block!important}.table td:last-child{white-space:nowrap!important}.table td:last-child button{white-space:nowrap!important;margin:3px!important}@media (max-width:768px){body{overflow-x:hidden!important}.app{display:block!important}aside{z-index:60!important;border-radius:0 0 26px 26px!important;width:100%!important;padding:18px 16px!important;position:sticky!important;top:0!important;box-shadow:0 14px 30px #0f172a2e!important}.brand{margin-bottom:14px!important}.brand .logo{border-radius:16px!important;width:56px!important;height:56px!important}.brand h1{font-size:28px!important;line-height:1.05!important}.brand p{font-size:16px!important}aside nav{scroll-snap-type:x mandatory!important;gap:10px!important;padding-bottom:6px!important;display:flex!important;overflow-x:auto!important}aside nav button{text-align:center!important;white-space:nowrap!important;scroll-snap-align:start!important;border-radius:999px!important;flex:none!important;min-width:112px!important;padding:12px 18px!important;font-size:17px!important}aside nav button.active{background:var(--akc-red)!important;color:#fff!important}.me{background:#ffffff14!important;grid-template-columns:1fr auto auto!important;margin-top:10px!important;padding:10px 12px!important}.me b{grid-column:1!important;font-size:16px!important}.me span{display:none!important}.me button{border-radius:999px!important;width:auto!important;min-width:auto!important;padding:10px 14px!important;font-size:15px!important}main{width:100%!important;margin-left:0!important;padding:16px!important}header{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important;display:block!important;position:static!important}header h2{font-size:28px!important}header p{font-size:14px!important}header>div:last-child{gap:8px!important;margin-top:12px!important;display:flex!important;overflow-x:auto!important}header>div:last-child button{white-space:nowrap!important;flex:none!important;padding:11px 14px!important}.filters,.month-filter{border-radius:22px!important;grid-template-columns:1fr 1fr!important;gap:10px!important;padding:12px!important}.filters input:first-child{grid-column:1/-1!important}.filters input,.filters select,.filters button,.month-range input{box-sizing:border-box!important;max-width:100%!important;height:48px!important;font-size:16px!important;overflow:hidden!important}.filters button{grid-column:1/-1!important}.month-range span{font-size:12px!important}.panel,.card,.table,.filters{border-radius:24px!important}.cards,.grid,.dashboard-kpis,.report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dash-grid,.report-grid{grid-template-columns:1fr!important}.chart-head{display:block!important}.chart-head input{width:100%!important;margin-top:10px!important}.table{border-radius:18px!important;max-width:100%!important}.table table{min-width:780px!important;font-size:14px!important}.table th,.table td{padding:12px 14px!important;font-size:14px!important}.table td:first-child,.table th:first-child{min-width:155px!important;max-width:190px!important}.table small{max-width:160px!important}.badge{white-space:normal!important;text-align:center!important;justify-content:center!important;align-items:center!important;min-width:76px!important;padding:6px 9px!important;line-height:1.15!important;display:inline-flex!important}.modal{z-index:9999!important;align-items:flex-start!important;padding:10px!important;overflow:auto!important}.modal-card{border-radius:24px!important;width:100%!important;max-width:100%!important;max-height:none!important;margin:10px auto 34px!important;padding:18px!important;overflow:visible!important}.modal-head{z-index:5!important;background:#fff!important;padding:10px 0 14px!important;position:sticky!important;top:0!important}.modal-grid,.compact-grid{grid-template-columns:1fr!important}.modal input,.modal select,.modal textarea{font-size:16px!important}.modal .primary.full{border-radius:18px!important;height:54px!important}.lead-search{font-size:16px!important}.kanban,.board-canvas{scroll-snap-type:x mandatory!important;gap:14px!important;display:flex!important;overflow-x:auto!important}.stage,.board-list{scroll-snap-align:start!important;min-width:84vw!important;max-width:84vw!important}.akc-board{border-radius:24px!important;height:auto!important;min-height:72vh!important}.board-bar{grid-template-columns:1fr!important;height:auto!important;display:grid!important}.board-bar>div,.board-bar form{grid-template-columns:1fr auto auto!important;width:100%!important;display:grid!important}.board-bar form{grid-template-columns:1fr auto!important}.board-bar input,.board-bar select{min-width:0!important}.board-card-detail.trello-detail-60-40{width:94vw!important;padding:18px!important;display:block!important}.detail-right{min-height:320px!important;max-height:none!important;margin-top:16px!important}}.mobile-user{display:none}@media (max-width:768px){.app{background:#eef3fb!important;min-height:100vh!important;display:block!important;overflow-x:hidden!important}aside{z-index:1000!important;top:0!important;border-radius:0 0 24px 24px!important;width:100%!important;height:auto!important;padding:14px 14px 12px!important;position:sticky!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;overflow:visible!important;box-shadow:0 14px 34px #0f172a2e!important}aside .brand{align-items:center!important;gap:10px!important;margin:0 64px 10px 0!important}aside .brand .logo{border-radius:14px!important;width:46px!important;height:46px!important;font-size:16px!important}aside .brand h1{margin:0!important;font-size:22px!important;line-height:1.05!important}aside .brand p{margin:2px 0 0!important;font-size:13px!important}.mobile-user{z-index:1100!important;display:block!important;position:absolute!important;top:14px!important;right:14px!important}.user-pill{color:#0f172a!important;background:#fff!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:46px!important;height:46px!important;padding:0!important;display:flex!important;box-shadow:0 8px 22px #00000029!important}.user-pill span{color:#fff!important;background:#16a34a!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;font-weight:900!important;display:flex!important}.user-pill b{display:none!important}.user-menu{color:#0f172a!important;background:#fff!important;border:1px solid #dbe5f2!important;border-radius:18px!important;gap:8px!important;width:230px!important;padding:12px!important;display:grid!important;position:absolute!important;top:54px!important;right:0!important;box-shadow:0 20px 55px #0f172a40!important}.user-menu strong{color:#0f172a!important;font-size:15px!important;line-height:1.2!important}.user-menu small{color:#64748b!important;margin-bottom:4px!important;font-size:12px!important}.user-menu button{text-align:left!important;color:#0f172a!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;width:100%!important;padding:10px 12px!important;font-size:14px!important}aside .me{display:none!important}aside nav{scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;gap:8px!important;padding:2px 2px 4px!important;display:flex!important;overflow:auto hidden!important}aside nav::-webkit-scrollbar{display:none!important}aside nav button{white-space:nowrap!important;color:#e5e7eb!important;min-width:auto!important;height:44px!important;box-shadow:none!important;scroll-snap-align:start!important;background:#1f2937!important;border-radius:999px!important;flex:none!important;padding:0 17px!important;font-size:15px!important;font-weight:700!important}aside nav button.active{color:#fff!important;background:#ef2626!important;box-shadow:0 8px 20px #ef262640!important}main{width:100%!important;margin-left:0!important;padding:12px!important;overflow-x:hidden!important}main>header{border-radius:20px!important;align-items:flex-start!important;gap:12px!important;margin:0 0 12px!important;padding:14px!important;display:flex!important;position:static!important;box-shadow:0 8px 22px #0f172a12!important}main>header h2{margin:0!important;font-size:24px!important;line-height:1.1!important}main>header p{margin-top:4px!important;font-size:13px!important}main>header>div:last-child{flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important;width:100%!important;display:flex!important}main>header button{border-radius:999px!important;height:40px!important;padding:0 12px!important;font-size:14px!important;font-weight:700!important}.filters{border-radius:18px!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-bottom:12px!important;padding:10px!important}.filters input,.filters select,.filters button{border-radius:14px!important;min-width:0!important;height:42px!important;padding:0 12px!important;font-size:14px!important}.filters .lead-search{grid-column:1/-1!important}.filters .date-from,.filters .date-to{grid-column:auto!important}.cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-bottom:12px!important}.card,.panel{border-radius:20px!important;padding:14px!important;box-shadow:0 8px 24px #0f172a0f!important}.card strong{margin:6px 0!important;font-size:24px!important}.dash-grid{grid-template-columns:1fr!important;gap:12px!important;margin-top:12px!important}.chart-card{min-height:auto!important}.chart-head{align-items:flex-start!important;gap:8px!important;margin-bottom:10px!important}.chart-head h3{font-size:20px!important;line-height:1.15!important}.chart-head span{font-size:13px!important}.bar-chart,.line-fake{gap:8px!important;height:170px!important;overflow-x:auto!important}.funnel-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.funnel-card{border-radius:18px!important;min-height:112px!important;padding:14px!important}.funnel-card b{margin:6px 0!important;font-size:28px!important}.table{border-radius:18px!important;overflow-x:auto!important}table{min-width:760px!important}th,td{vertical-align:middle!important;white-space:normal!important;padding:10px!important;font-size:13px!important}.lead-search{width:100%!important}.modal{z-index:9999!important;align-items:flex-start!important;padding:10px!important;overflow-y:auto!important}.modal-card{border-radius:22px!important;width:100%!important;max-width:100%!important;max-height:none!important;margin:10px auto 28px!important;padding:18px!important;overflow:visible!important}.modal-grid{grid-template-columns:1fr!important}.modal input,.modal select,.modal textarea{font-size:16px!important}}@media (max-width:420px){aside .brand h1{font-size:20px!important}aside nav button{height:40px!important;padding:0 14px!important;font-size:14px!important}main{padding:10px!important}.funnel-cards{gap:8px!important}.funnel-card{min-height:102px!important;padding:12px!important}.funnel-card span{font-size:13px!important}.funnel-card b{font-size:24px!important}}@media (max-width:768px){.pt-flow{gap:6px;padding:10px}.pt-flow span{padding:7px 9px;font-size:13px}.pt-show-table table,.pt-show-table thead,.pt-show-table tbody,.pt-show-table tr,.pt-show-table th,.pt-show-table td{width:100%;display:block}.pt-show-table thead{display:none}.pt-show-table tr{background:#fff;border:1px solid #dbe5f2;border-radius:18px;margin:12px 0;padding:12px;box-shadow:0 8px 20px #0f172a0f}.pt-show-table td{border:0!important;padding:6px 0!important}.pt-show-table td:first-child:before{content:"Khách/PT: ";font-weight:800}.pt-show-table td:nth-child(2):before{content:"Ngày giờ: ";font-weight:800}.pt-show-table td:nth-child(3):before{content:"Cơ sở: ";font-weight:800}.pt-show-table td:nth-child(4):before{content:"Dịch vụ: ";font-weight:800}.pt-show-table td:nth-child(5):before{content:"Giá: ";font-weight:800}.pt-show-table td:nth-child(6):before{content:"Trạng thái: ";font-weight:800}.pt-show-table td:nth-child(7):before{content:"Kiot: ";font-weight:800}.show-actions button{flex:1}}.pt-show-panel .chart-head{align-items:flex-start}.pt-flow{background:#f8fafc;border:1px solid #dbe5f2;border-radius:18px;flex-wrap:wrap;align-items:center;gap:10px;margin:12px 0 16px;padding:12px 14px;display:flex}.pt-flow span{color:#0f172a;background:#fff;border:1px solid #dbe5f2;border-radius:999px;padding:8px 12px;font-weight:700}.pt-flow b{color:#64748b}.pt-show-table td{vertical-align:top}.show-status{color:#334155;background:#f1f5f9;border:1px solid #dbe5f2;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:800;display:inline-block}.show-status.registered{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.show-status.completed_pending_approval{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.show-status.approved{color:#166534;background:#dcfce7;border-color:#bbf7d0}.show-status.rejected{color:#dc2626;background:#fff1f2;border-color:#fecdd3}.show-status.kiot_invoice_created{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.show-status.kiot_invoice_error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.show-actions{flex-wrap:wrap;gap:7px;display:flex}.show-actions button{padding:8px 10px!important;font-size:13px!important}.pt-show-modal{max-width:860px!important}.pt-show-modal textarea{min-height:110px!important}@media (max-width:768px){.pt-flow{gap:6px;padding:10px}.pt-flow span{padding:7px 9px;font-size:13px}.pt-show-table table,.pt-show-table thead,.pt-show-table tbody,.pt-show-table tr,.pt-show-table th,.pt-show-table td{width:100%;display:block}.pt-show-table thead{display:none}.pt-show-table tr{background:#fff;border:1px solid #dbe5f2;border-radius:18px;margin:12px 0;padding:12px;box-shadow:0 8px 20px #0f172a0f}.pt-show-table td{border:0!important;padding:6px 0!important}.pt-show-table td:first-child:before{content:"Khách/PT: ";font-weight:800}.pt-show-table td:nth-child(2):before{content:"Ngày giờ: ";font-weight:800}.pt-show-table td:nth-child(3):before{content:"Cơ sở: ";font-weight:800}.pt-show-table td:nth-child(4):before{content:"Dịch vụ: ";font-weight:800}.pt-show-table td:nth-child(5):before{content:"Giá: ";font-weight:800}.pt-show-table td:nth-child(6):before{content:"Trạng thái: ";font-weight:800}.pt-show-table td:nth-child(7):before{content:"Kiot: ";font-weight:800}.show-actions button{flex:1}}.pt-show-overlay{align-items:flex-start!important;padding:28px 14px!important;overflow:auto!important}.pt-show-form-v2{background:#fff!important;border-radius:24px!important;max-width:900px!important;box-shadow:0 25px 80px #0f172a40!important}.pt-show-form-v2 .modal-head.no-close{border-bottom:1px solid #dbe5f2!important;justify-content:space-between!important;align-items:flex-start!important;margin-bottom:16px!important;padding-bottom:14px!important;display:flex!important}.pt-show-form-v2 .modal-head.no-close h3{margin:0!important;font-size:22px!important}.pt-show-form-v2 .modal-head.no-close p{color:#64748b!important;margin:6px 0 0!important;font-size:13px!important}.pt-show-form-v2 label b{color:#ef233c!important}.pt-show-form-v2 label span{color:#94a3b8!important;font-weight:500!important}.show-code-box{background:#f8fafc;border:1px solid #dbe5f2;border-radius:18px;margin-bottom:14px;padding:12px 14px}.show-code-box label{margin:0!important}.show-code-box small{color:#64748b;margin-top:6px;display:block}.pt-show-form-v2 input,.pt-show-form-v2 select,.pt-show-form-v2 textarea{border-radius:14px!important;min-height:44px!important}.pt-show-form-v2 textarea{min-height:92px!important}@media (max-width:768px){.pt-show-overlay{align-items:flex-start!important;padding:10px!important}.pt-show-form-v2{border-radius:20px!important;width:100%!important;max-width:100%!important;max-height:none!important;margin:8px 0 28px!important;padding:18px!important;overflow:visible!important}.pt-show-form-v2 .modal-head.no-close{z-index:5!important;background:#fff!important;padding:4px 0 12px!important;position:sticky!important;top:0!important}.pt-show-form-v2 .modal-head.no-close h3{font-size:20px!important}.pt-show-form-v2 .modal-grid{grid-template-columns:1fr!important;gap:10px!important}.pt-show-form-v2 label{gap:6px!important;font-size:13px!important}.pt-show-form-v2 input,.pt-show-form-v2 select,.pt-show-form-v2 textarea{min-height:46px!important;padding:10px 12px!important;font-size:16px!important}.show-code-box{border-radius:16px!important;padding:10px 12px!important}.pt-show-form-v2 .primary.full{z-index:6!important;position:sticky!important;bottom:10px!important;box-shadow:0 12px 30px #ef233c47!important}}.show-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.show-actions .primary{color:#fff;background:#ef242f;border-color:#ef242f;font-weight:800}.show-status.completed_pending_approval{color:#1d4ed8!important;background:#dbeafe!important;border:1px solid #93c5fd!important}.show-status.completed_pending_approval:before{content:"🔵 "}@media (max-width:768px){.pt-show-table table,.pt-show-table thead,.pt-show-table tbody,.pt-show-table tr,.pt-show-table th,.pt-show-table td{font-size:13px!important}.show-actions{flex-direction:column;align-items:stretch}.show-actions button{width:100%;border-radius:12px!important;padding:10px 12px!important}}.pt-show-table .show-actions{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;display:flex!important}.pt-show-table .show-actions button{white-space:nowrap!important}.pt-show-table .show-actions .primary{color:#fff!important;background:#ef242f!important;border-color:#ef242f!important;font-weight:800!important;box-shadow:0 10px 22px #ef242f2e!important}.pt-show-table .show-status.completed_pending_approval{color:#1d4ed8!important;background:#dbeafe!important;border:1px solid #93c5fd!important}.pt-show-table .show-status.completed_pending_approval:before{content:"🔵 "}@media (max-width:768px){.pt-show-table .show-actions{flex-direction:column!important;align-items:stretch!important}.pt-show-table .show-actions button{border-radius:12px!important;width:100%!important;padding:10px 12px!important}}.kiot-autocomplete{position:relative}.kiot-autocomplete .kiot-loading{color:#6366f1;font-size:12px;font-weight:600;position:absolute;top:38px;right:12px}.kiot-dropdown{z-index:999;background:#fff;border:1px solid #dbe3ef;border-radius:14px;max-height:220px;margin:4px 0 0;padding:6px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0f172a24}.kiot-dropdown li{cursor:pointer;border-radius:10px;flex-direction:column;gap:2px;padding:10px 12px;transition:all .12s;display:flex}.kiot-dropdown li:hover{background:#eef2ff}.kiot-dropdown li b{color:#0f172a;font-size:14px}.kiot-dropdown li span{color:#64748b;font-size:12px}.modal-close-x{display:none}@media (max-width:768px){.modal-close-x{color:#0f172a!important;cursor:pointer!important;background:#f1f5f9!important;border:1px solid #dbe5f2!important;border-radius:999px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;font-size:22px!important;font-weight:700!important;line-height:1!important;display:flex!important;box-shadow:0 4px 12px #0f172a14!important}.modal-close-x:hover{background:#e2e8f0!important}.pt-show-form-v2 .modal-head.no-close{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}body{-webkit-text-size-adjust:100%!important;font-size:15px!important;line-height:1.5!important}h1{font-size:26px!important}h2{font-size:22px!important}h3{font-size:18px!important}h4{font-size:16px!important}p,span,small,label,td,th,li,a{font-size:14px!important;line-height:1.5!important}small{font-size:12px!important}input,select,textarea,button{font-size:15px!important;line-height:1.4!important}.modal input,.modal select,.modal textarea{font-size:16px!important}.badge,.show-status{font-size:13px!important}.pt-show-table td{font-size:14px!important;line-height:1.5!important}.pt-show-table td b{font-size:15px!important}.card strong{font-size:22px!important}.card span{font-size:13px!important}.mobile-user{z-index:1100!important;display:block!important;position:absolute!important;top:14px!important;right:14px!important}.user-pill{color:#0f172a!important;cursor:pointer!important;background:#fff!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;display:flex!important;box-shadow:0 6px 18px #00000026!important}.user-pill span{color:#fff!important;background:#16a34a!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;font-size:16px!important;font-weight:900!important;display:flex!important}.user-pill b{display:none!important}.user-menu{color:#0f172a!important;z-index:1200!important;background:#fff!important;border:1px solid #dbe5f2!important;border-radius:18px!important;gap:8px!important;width:220px!important;padding:14px!important;display:grid!important;position:absolute!important;top:52px!important;right:0!important;box-shadow:0 20px 50px #0f172a38!important}.user-menu strong{color:#0f172a!important;font-size:15px!important;display:block!important}.user-menu small{color:#64748b!important;margin-bottom:6px!important;font-size:12px!important;display:block!important}.user-menu button{text-align:left!important;color:#0f172a!important;cursor:pointer!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;width:100%!important;padding:10px 12px!important;font-size:14px!important;font-weight:600!important}.user-menu button:hover{background:#eef2ff!important}aside .me{display:none!important}aside{position:sticky!important;overflow:visible!important}}@media (min-width:769px){.mobile-user{display:none!important}}.show-datetime-row{grid-template-columns:1.2fr .9fr .9fr;gap:12px;margin:4px 0 14px;display:grid}.show-datetime-row label{color:#0f172a;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.show-datetime-row input{text-align:center!important;border-radius:14px!important;width:100%!important;min-height:44px!important;padding:8px 10px!important;font-size:15px!important}@media (max-width:768px){.show-datetime-row{grid-template-columns:1.2fr .9fr .9fr!important;gap:8px!important;margin:2px 0 12px!important}.show-datetime-row label{gap:4px!important;font-size:12px!important}.show-datetime-row input{min-height:42px!important;padding:8px 6px!important;font-size:14px!important}.cards,.dashboard-kpis,.report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;max-width:100%!important;margin-bottom:12px!important;display:grid!important;overflow:hidden!important}.card{word-break:break-word!important;border-radius:18px!important;min-width:0!important;max-width:100%!important;min-height:auto!important;padding:14px 12px!important;overflow:hidden!important}.card span{margin-bottom:4px!important;font-size:12px!important;line-height:1.3!important;display:block!important}.card strong{word-break:break-all!important;font-size:20px!important;line-height:1.2!important;display:block!important}.card small{margin-top:4px!important;font-size:11px!important;line-height:1.3!important;display:block!important}.filters{border-radius:18px!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-bottom:12px!important;padding:12px!important;display:grid!important}.filters>input:first-child,.filters>input[type=text],.filters>.lead-search{grid-column:1/-1!important}.filters input,.filters select,.filters button{box-sizing:border-box!important;border-radius:14px!important;width:100%!important;min-width:0!important;height:42px!important;padding:8px 10px!important;font-size:14px!important}.filters>.date-from,.filters>.date-to{grid-column:auto!important}.filters>button{grid-column:1/-1!important}.dash-grid{grid-template-columns:1fr!important;gap:12px!important;margin-top:12px!important;display:grid!important}.chart-card,.panel{border-radius:18px!important;padding:14px!important;overflow:hidden!important}.chart-head{flex-direction:column!important;gap:6px!important;margin-bottom:12px!important;display:flex!important}.chart-head h3{margin:0!important;font-size:17px!important}.chart-head span{font-size:12px!important}.bar-chart{gap:6px!important;height:160px!important;padding:8px 4px 0!important;overflow-x:auto!important}.bar-col{min-width:36px!important}.bar-col span{font-size:10px!important}.bar-col b{font-size:11px!important}.funnel-cards{grid-template-columns:1fr 1fr!important;gap:8px!important}.funnel-card{border-radius:16px!important;min-height:auto!important;padding:12px!important}.funnel-card b{font-size:22px!important}.funnel-card span{font-size:12px!important}.pie-wrap{grid-template-columns:1fr!important;gap:12px!important}.pie-chart{width:140px!important;height:140px!important;margin:0 auto!important}main>header>div:last-child{flex-wrap:wrap!important;gap:8px!important;margin-top:10px!important;display:flex!important}main>header>div:last-child button{white-space:nowrap!important;border-radius:999px!important;flex:none!important;height:38px!important;padding:0 12px!important;font-size:13px!important}}
