:root{--aae-primary: #7c5cbf;--aae-primary-deep: #5a3f99;--aae-bg: #f6f5fa}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;background:var(--aae-bg)}.login-wrapper{display:flex;height:100vh}.login-brand{flex:1.2;display:flex;flex-direction:column;justify-content:center;padding:0 8vw;color:#fff;background:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(255,255,255,.14),transparent),linear-gradient(155deg,#5a3f99,#7c5cbf 55%,#a98fd8)}.login-brand h1{font-size:clamp(2rem,3.4vw,3.2rem);font-weight:700;letter-spacing:.02em;margin-bottom:16px}.login-brand p{font-size:1rem;line-height:1.9;opacity:.82;max-width:30em}.login-panel{flex:1;display:flex;align-items:center;justify-content:center;background:#fff}.login-card{width:360px}.login-card .login-title{font-size:1.5rem;font-weight:600;margin-bottom:4px}.login-card .login-sub{color:#9b94ab;margin-bottom:32px}@media (max-width: 900px){.login-brand{display:none}}.layout-logo{height:56px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-weight:700;font-size:16px;letter-spacing:.06em}.page-card{background:#fff;border-radius:12px;padding:20px 24px}.page-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap}.appt-board-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;gap:12px;flex-wrap:wrap}.appt-nav{display:flex;align-items:center;gap:8px}.appt-date-text{margin-left:4px;color:#6b6478;font-size:13px}.appt-legend{display:flex;gap:4px}.appt-grid-wrap{overflow-x:auto;border:1px solid #efedf4;border-radius:10px}.appt-grid{display:grid;min-width:100%}.appt-head{position:sticky;top:0;z-index:3;padding:10px 8px;text-align:center;font-weight:600;font-size:13px;color:#3a3450;background:#f7f5fb;border-bottom:1px solid #e7e3f0;border-left:1px solid #f0eef6}.appt-head-time{border-left:none}.appt-timecol{position:relative;background:#fbfafd;border-right:1px solid #efedf4}.appt-time-label{position:absolute;right:6px;transform:translateY(-50%);font-size:12px;color:#9b94ab}.appt-col{position:relative;border-left:1px solid #f0eef6}.appt-slot{position:absolute;left:0;right:0;border-bottom:1px dashed #f0eef6;cursor:pointer;transition:background .12s}.appt-slot:hover{background:#7c5cbf14}.appt-block{position:absolute;left:24px;right:3px;padding:3px 6px;border-radius:6px;border-left:3px solid transparent;font-size:12px;line-height:1.3;overflow:hidden;cursor:pointer;z-index:2;box-shadow:0 1px 3px #281e4614}.appt-block:hover{filter:brightness(.97)}.appt-block-time{font-weight:600}.appt-block-name{font-weight:500}.appt-block-item{color:#6b6478;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.appt-block--pending{background:#e6f4ff;border-left-color:#1677ff;color:#0958d9}.appt-block--arrived{background:#fffbe6;border-left-color:#faad14;color:#ad6800}.appt-block--in_service{background:#e6fffb;border-left-color:#13c2c2;color:#08979c}.appt-block--done{background:#f6ffed;border-left-color:#52c41a;color:#389e0d}.appt-block--cancelled{background:#fafafa;border-left-color:#d9d9d9;color:#999;text-decoration:line-through;opacity:.55}.appt-block--draggable{cursor:grab;touch-action:none}.appt-block--dragging{cursor:grabbing;z-index:20;box-shadow:0 8px 20px #0000002e;opacity:.92}.appt-resize{position:absolute;left:0;right:0;bottom:0;height:7px;cursor:ns-resize;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.appt-block--draggable:hover .appt-resize{background:#00000014}.appt-table-filter{margin-bottom:14px}.pipeline-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:start}.pipeline-col{background:#f7f8fa;border-radius:10px;padding:10px;min-height:200px}.pipeline-col-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.pipeline-col-count{font-size:12px;color:#8c8c8c}.pipeline-col-body{display:flex;flex-direction:column;gap:8px}.pipeline-card{background:#fff;border:1px solid #ececed;border-radius:8px;padding:10px;cursor:pointer;box-shadow:0 1px 2px #0000000a;transition:box-shadow .15s,transform .15s}.pipeline-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.pipeline-card-top{display:flex;justify-content:space-between;align-items:baseline}.pipeline-card-name{font-weight:600;color:#1f1f1f}.pipeline-card-time{font-size:12px;color:#8c8c8c}.pipeline-card-item{font-size:13px;color:#595959;margin-top:2px}.pipeline-card-staff{font-size:12px;color:#8c8c8c;margin-top:2px}.pipeline-card-actions{margin-top:8px}.pipeline-card-consume{font-size:12px;color:#389e0d}.dash-hover-item{transition:background-color .2s}.dash-hover-item:hover{background-color:#f5f5f5}
