.tour-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;pointer-events:none}.tour-highlight{position:absolute;border:3px solid #f37d4e;border-radius:8px;background-color:transparent;pointer-events:none;box-shadow:0 0 0 9999px rgba(0,0,0,.5);z-index:1001;animation:tour-pulse 2s infinite}@keyframes tour-pulse{0%{box-shadow:0 0 0 9999px rgba(0,0,0,.5),0 0 0 0 rgba(243,125,78,.7)}50%{box-shadow:0 0 0 9999px rgba(0,0,0,.5),0 0 0 10px rgba(243,125,78,.3)}to{box-shadow:0 0 0 9999px rgba(0,0,0,.5),0 0 0 0 rgba(243,125,78,.7)}}.tour-modal{position:fixed!important;z-index:1002!important;width:500px!important;max-width:90vw!important;margin:0!important;padding:0!important}.tour-modal .ant-modal-content{background:transparent;box-shadow:none;border:none;padding:0}.tour-modal .ant-modal-body{padding:0}.tour-card{background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12);border:1px solid #f0f0f0;overflow:hidden}.tour-header{justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid #f0f0f0;background:linear-gradient(135deg,#f37d4e,#ff8c69);color:#fff}.tour-header,.tour-progress{display:flex;align-items:center}.tour-progress{gap:12px;flex:1}.progress-bar{flex:1;height:4px;background-color:hsla(0,0%,100%,.3);border-radius:2px;overflow:hidden}.progress-fill{height:100%;background-color:#fff;border-radius:2px;transition:width .3s ease}.progress-text{font-size:12px;font-weight:500;color:#fff;white-space:nowrap}.tour-close{color:#fff!important;border:none!important;background:transparent!important;padding:4px!important;min-width:auto!important;height:auto!important}.tour-close:hover{background-color:hsla(0,0%,100%,.1)!important;color:#fff!important}.tour-content{padding:24px 20px}.tour-title{margin-bottom:12px!important;color:#262626;font-weight:600;font-size:18px;line-height:1.4}.tour-description{color:#595959;font-size:14px;line-height:1.6;margin-bottom:0!important}.tour-footer{padding:16px 20px 20px;border-top:1px solid #f0f0f0;background-color:#fafafa}.tour-buttons{display:flex;justify-content:space-between;align-items:center;gap:12px}.tour-buttons-right{display:flex;gap:8px;align-items:center}.tour-button{height:36px;border-radius:6px;font-weight:500;font-size:14px;transition:all .2s ease}.tour-button-primary{background:linear-gradient(135deg,#f37d4e,#ff8c69);border:none;color:#fff;min-width:80px}.tour-button-primary:hover{background:linear-gradient(135deg,#ff8c69,#ffa07a);transform:translateY(-1px);box-shadow:0 4px 12px rgba(243,125,78,.3)}.tour-button-secondary{background:#fff;border:1px solid #d9d9d9;color:#595959;min-width:80px}.tour-button-secondary:hover{border-color:#f37d4e;color:#f37d4e;background:#fff5f0}.tour-button-skip{color:#8c8c8c;background:transparent;border:none;min-width:auto;padding:0 8px}.tour-button-skip:hover{color:#595959;background:rgba(0,0,0,.04)}@media (max-width:768px){.tour-modal{width:90vw!important;max-width:350px!important}.tour-content{padding:20px 16px}.tour-footer{padding:12px 16px 16px}.tour-buttons{flex-direction:column;gap:8px}.tour-buttons-right{width:100%;justify-content:space-between}.tour-button{flex:1}}.tour-modal .ant-modal-content{animation:tour-modal-appear .3s ease-out}@keyframes tour-modal-appear{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.tour-trigger{position:fixed;bottom:24px;right:24px;z-index:999;background:linear-gradient(135deg,#f37d4e,#ff8c69);border:none;border-radius:50px;color:#fff;font-weight:500;box-shadow:0 4px 16px rgba(243,125,78,.3);transition:all .3s ease}.tour-trigger:hover{background:linear-gradient(135deg,#ff8c69,#ffa07a);transform:translateY(-2px);box-shadow:0 6px 20px rgba(243,125,78,.4)}.tour-trigger:active{transform:translateY(0)}.sidebar-tour-button{width:100%;margin:8px 0;background:linear-gradient(135deg,#f37d4e,#ff8c69);border:none;color:#fff;font-weight:500;border-radius:6px;transition:all .2s ease}.sidebar-tour-button:hover{background:linear-gradient(135deg,#ff8c69,#ffa07a);transform:translateY(-1px);box-shadow:0 4px 12px rgba(243,125,78,.3)}.sidebar-tour-button:active{transform:translateY(0)}